menu
kss_dart package
documentation
util/IntToBool.dart
Utils
intToBool static method
intToBool static method
dark_mode
light_mode
intToBool
static method
bool
intToBool
(
int
input
)
Implementation
static bool intToBool(int input) { return input >= 1; }
kss_dart package
documentation
util/IntToBool
Utils
intToBool static method
Utils class