A task specification for a single-shot timer.

Experimental. Might disappear without notice.

Implements

Constants

specificationName String

"dart.async.timer"

Constructors

SingleShotTimerTaskSpecification(Duration duration, void callback())

Properties

callback ZoneCallback

The callback that should be run when the timer triggers.

read-only
duration Duration

The duration after which the timer should invoke the callback.

read-only
hashCode int

Get a hash code for this object.

read-only, inherited
isOneShot bool

read-only
name String

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited