PieceSelectorData class

Also used for gating.

Constructors

PieceSelectorData({required int square, required Offset offset, required double squareSize, required bool startLight, required List<String?> pieces, bool gate = false, int? gatingSquare})

Properties

gate bool
final
gatingSquare int?
final
hashCode int
The hash code for this object.
no setterinherited
offset Offset
final
pieces List<String?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
square int
final
squareSize double
final
startLight bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited