FTimer class abstract
- Implemented types
Properties
- callback ↔ void Function()
-
getter/setter pair
- duration ↔ Duration
-
getter/setter pair
- elapsed → Duration
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive → bool
-
Returns whether the timer is still active.
no setterinherited
- isExpired → bool
-
no setter
- isPaused → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tick → int
-
The number of durations preceding the most recent timer event.
no setterinherited
Methods
-
cancel(
) → void -
Cancels the timer.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → void -
reset(
) → void -
resetAndStart(
) → void -
start(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited