menu
basecraft package
documentation
core/packages.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);
basecraft package
documentation
core/packages
GetNumUtils
isGreaterThan method
GetNumUtils extension on
num