BoardColor class
A side of the board (white/black).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
String representation
override
Operators
-
operator ==(
Object other) → bool -
Equality operator
override
Constants
- black → const BoardColor
- Black side
- white → const BoardColor
- White side