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