GetNumUtils extension

on

Properties

days Duration

Available on num, provided by the GetNumUtils extension

This number in days.
no setter
hours Duration

Available on num, provided by the GetNumUtils extension

This number in hours.
no setter
milliseconds Duration

Available on num, provided by the GetNumUtils extension

Easy way to make Durations from numbers.
no setter
minutes Duration

Available on num, provided by the GetNumUtils extension

This number in minutes.
no setter
seconds Duration

Available on num, provided by the GetNumUtils extension

This number in seconds.
no setter

Methods

delay([FutureOr<void> callback()?]) Future<void>

Available on num, provided by the GetNumUtils extension

Utility to delay some callback (or code execution). to stop it.
isEqual(num b) bool

Available on num, provided by the GetNumUtils extension

True if this number is equal to num
isGreaterThan(num b) bool

Available on num, provided by the GetNumUtils extension

True if this number is greater than num
isLowerThan(num b) bool

Available on num, provided by the GetNumUtils extension

True if this number is lower than num