GetNumUtils extension

on

Methods

delay([FutureOr callback()?]) Future
Utility to delay some callback (or code execution). TODO: Add a separated implementation of delay() with the ability to stop it.
isEqual(num b) bool
isGreaterThan(num b) bool
isLowerThan(num b) bool