menu
fast_app_base package
documentation
common/data/preference/item/rx_preference_item.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();
fast_app_base package
documentation
common/data/preference/item/rx_preference_item
RxNumExt<T extends num>
toInt method
RxNumExt extension on
Rx
<
T
>