RotationStageLabelData class
Holds the labels for each RotationStageSide.
Constructors
- RotationStageLabelData.new({required String front, required String left, required String right, required String back})
-
Creates a RotationStageLabelData.
const
Properties
- back → String
-
The label for the back side.
final
- front → String
-
The label for the front side.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- left → String
-
The label for the left side.
final
- right → String
-
The label for the right side.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getForSide(
RotationStageSide side) → String -
Returns the label for the given
side
. -
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
Constants
- english → const RotationStageLabelData
- The default English labels for the sides of the RotationStage.