menu
sing_plugin_tools package
documentation
export.dart
RxNumExt<T extends num>
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Truncates this
num
to an integer and returns the result as an
int
. */
Implementation
int toInt() => value.toInt();
sing_plugin_tools package
documentation
export
RxNumExt<T extends num>
toInt method
RxNumExt extension on
Rx
<
T
>