GetNumUtils extension

on

Properties

days Duration
no setter
hours Duration
no setter
milliseconds Duration
Easy way to make Durations from numbers.
no setter
minutes Duration
no setter
seconds Duration
no setter

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