GetNumUtils extension
Extension providing utility functions for numerical values.
- on
Methods
-
delay(
[FutureOr callback()?]) → Future - Delays the execution of a callback or code block by the specified number of seconds.
-
isEqual(
num b) → bool -
Checks if this number is equal to the given
b
. -
isGreaterThan(
num b) → bool -
Checks if this number is greater than the given
b
. -
isLowerThan(
num b) → bool -
Checks if this number is lower than the given
b
.