menu
get package
documentation
get_rx/src/rx_types/rx_types.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();
get package
documentation
get_rx/src/rx_types/rx_types
RxNumExt<T extends num>
toInt method
RxNumExt extension on
Rx
<
T
>