menu
fpj_core package
documentation
fpj_cores.dart
GetNumUtils
isGreaterThan method
isGreaterThan method
dark_mode
light_mode
isGreaterThan
method
bool
isGreaterThan
(
num
b
)
Implementation
bool isGreaterThan(num b) => GetUtils.isGreaterThan(this, b);
fpj_core package
documentation
fpj_cores
GetNumUtils
isGreaterThan method
GetNumUtils extension on
num