TaskRunner class

A class for holding information about a running value.

Inheritance

Constructors

TaskRunner(Task value)
Create an instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
numberOfRuns int
The number of times that value has run so far.
getter/setter pair
runAfter int
How long until value should be run.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Task
The thing that should be run.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() → void
Run value, and update numberOfRuns and runAfter.
toString() String
A string representation of this object.
inherited

Operators

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