menu
flutter_xcore package
documentation
export_helper.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);
flutter_xcore package
documentation
export_helper
GetNumUtils
isGreaterThan method
GetNumUtils extension on
num