TimerLine class

Constructors

TimerLine()

Properties

done UnmodifiableListView<NornsTimerRecord>
no setter
hashCode int
The hash code for this object.
no setterinherited
isFinished bool
no setter
isNotFired bool
no setter
pending UnmodifiableListView<NornsTimer>
no setter
running RunningNornsTimer?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timers UnmodifiableListView<NornsTimer>
no setter

Methods

addAllTimers(Iterable<NornsTimer> timers) → void
addTimer(NornsTimer timer) → void
next([NornsDuration timerEndPoint = NornsDuration.zero]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

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