menu
get package
documentation
get_utils/src/get_utils/get_utils.dart
GetUtils
isLowerThan static method
isLowerThan static method
dark_mode
light_mode
isLowerThan
static method
bool
isLowerThan
(
num
a
,
num
b
)
Checks if num a LOWER than num b.
Implementation
static
bool
isLowerThan(
num
a,
num
b) => a < b;
get package
documentation
get_utils/src/get_utils/get_utils
GetUtils
isLowerThan static method
GetUtils class