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