menu
alice package
documentation
utils/num_comparison.dart
NumComparison
notZero property
notZero property
dark_mode
light_mode
notZero
property
bool
get
notZero
Implementation
bool get notZero => this != null && this! != 0;
alice package
documentation
utils/num_comparison
NumComparison
notZero property
NumComparison extension on
num
?