menu
sugar package
documentation
core.dart
Integers
toBool method
toBool method
dark_mode
light_mode
toBool
method
bool
toBool
(
)
Returns true if this integer is greater than 0. Otherwise returns false.
Implementation
bool toBool() => this > 0;
sugar package
documentation
core
Integers
toBool method
Integers extension on
int