A task specification for a periodic timer.

Experimental. Might disappear without notice.

Implements

Constants

specificationName String

"dart.async.periodic-timer"

Constructors

PeriodicTimerTaskSpecification(Duration duration, void callback(Timer timer))

Properties

callback ZoneUnaryCallback

The callback that should be run when the timer triggers.

read-only
duration Duration

The interval at which the periodic 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