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 given b.
isGreaterThan(num b) bool

Available on num, provided by the GetNumUtils extension

Checks if this number is greater than the given b.
isLowerThan(num b) bool

Available on num, provided by the GetNumUtils extension

Checks if this number is lower than the given b.