TimerTask class

Constructors

TimerTask(int interval, bool isRepeat, String callId, Executor executor)

Properties

callId String
final
executeTime int
getter/setter pair
executor Executor
final
hashCode int
The hash code for this object.
no setterinherited
interval int
final
isRepeat bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopwatch Stopwatch
final
timer Timer?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
resume() → void
start() → void
stop() → void
toString() String
A string representation of this object.
inherited

Operators

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