SpinnerTickMsg class
Message indicating a spinner should advance to the next frame.
Constructors
- SpinnerTickMsg({required DateTime time, required int id, required int tag})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
The ID of the spinner this message belongs to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → int
-
Tag to prevent duplicate tick messages.
final
- time → DateTime
-
The time at which the tick occurred.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited