SegaState enum
The state of the SEGA animation.
Values
- partOne → const SegaState
-
The rover is off-screen to the left, facing the right, and the text is transparent.
- partTwo → const SegaState
-
The rover is off-screen to the right, facing the right, and the text is 30% opaque.
- partThree → const SegaState
-
The rover is off-screen to the left, facing the left, and the text is 100% opaque.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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