GetNumUtils extension Extensions
dartdoc:
- on
Properties
Methods
-
delay(
[FutureOr< void> callback()?]) → Future<void> - Utility to delay some callback (or code execution). to stop it.
-
isEqual(
num b) → bool - True if this number is equal to num
-
isGreaterThan(
num b) → bool - True if this number is greater than num
-
isLowerThan(
num b) → bool - True if this number is lower than num