Norns class

Constructors

Norns()

Properties

done UnmodifiableListView<NornsTimerRecord>
no setter
hashCode int
The hash code for this object.
no setterinherited
isFinished bool
no setter
isFired bool
no setter
isNotFinished bool
no setter
isNotFired bool
no setter
isNotRunning bool
no setter
isRunning bool
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
breakCurrentRunningTimer() → void
Ends the current running timer prematurely.
getCurrentSnapshot() NornsSnapshot
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
Stop
removeOnFinished() → void
removeOnFire() → void
removeOnPoint() → void
removeOnTimerChange() → void
reset() → void
resume() → void
Run
setOnFinished(dynamic onFinished(NornsTimerRecord, NornsSnapshot)) → void
setOnFire(dynamic onFire(RunningNornsTimer)) → void
setOnPoint(dynamic onPoint(RunningNornsTimer running, NornsPoint point)) → void
setOnTimerChange(dynamic onTimerChange(NornsTimerRecord, RunningNornsTimer)) → void
toString() String
A string representation of this object.
inherited

Operators

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