Timeline class

Constructors

Timeline({int delayMiliseconds = 30})

Properties

currentTime int
getter/setter pair
delayMiliseconds int
getter/setter pair
executeWhenSynchronized List<ExecuteWhenSynchronized>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSynchronized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

desynchronize() → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startSynchronizationTimer() → void
synchronize() → void
toString() String
A string representation of this object.
inherited
whenSynchronized(ExecuteWhenSynchronized execute) → void

Operators

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