SleepUtils class

Constructors

SleepUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

days(int days) Future
Set sleep in days.
duration(Duration duration) Future
Set sleep by specific duration.
hours(int hours) Future
Set sleep in hours.
milliseconds(int milliseconds) Future
Set sleep in milliseconds.
minutes(int minutes) Future
Set sleep in minutes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seconds(int seconds) Future
Set sleep in seconds.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited