GetNumUtils extension
- on
Methods
-
delay(
[FutureOr callback()?]) → Future -
Available on num, provided by the GetNumUtils extension
Utility to delay some callback (or code execution). -
delayCancellable(
VoidCallback callback) → Timer -
Available on num, provided by the GetNumUtils extension
Utility to delay some callback (or code execution) with the ability to cancel. Returns a Timer that can be cancelled usingtimer.cancel(). -
isEqual(
num b) → bool -
Available on num, provided by the GetNumUtils extension
-
isGreaterThan(
num b) → bool -
Available on num, provided by the GetNumUtils extension
-
isLowerThan(
num b) → bool -
Available on num, provided by the GetNumUtils extension