menu
flutter_notification_wrapper package
documentation
utils.dart
RxInt
isZero property
isZero property
dark_mode
light_mode
isZero
property
bool
get
isZero
Returns true if the current value is zero.
Implementation
bool get isZero => value == 0;
flutter_notification_wrapper package
documentation
utils
RxInt
isZero property
RxInt class