- Inheritance
- Object
- LinkedListEntry<TimerFunctions>
- TimerFunctions
Constructors
- TimerFunctions(int ts50)
Properties
- ts50 → int
-
for better performance, use a low accuracy timer, ts50 is the floor of ts/50
final - hashCode → int
-
The hash code for this object.
read-only, inherited - list → LinkedList<TimerFunctions>
-
Get the linked list containing this element.
read-only, inherited - next → TimerFunctions
-
Return the successor of this element in its linked list.
read-only, inherited - previous → TimerFunctions
-
Return the predecessor of this element in its linked list.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
add(
Function foo) → void -
remove(
Function foo) → void -
insertAfter(
TimerFunctions entry) → void -
Insert an element after this element in this element's linked list.
inherited -
insertBefore(
TimerFunctions entry) → void -
Insert an element before this element in this element's linked list.
inherited -
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 -
unlink(
) → void -
Unlink the element from its linked list.
inherited