menu
dartchess package
documentation
dartchess.dart
Move
hasSquare abstract method
hasSquare abstract method
dark_mode
light_mode
hasSquare
abstract method
bool
hasSquare
(
Square
square
)
Returns
true
if
square
is a square of this move.
Implementation
bool hasSquare(Square square);
dartchess package
documentation
dartchess
Move
hasSquare abstract method
Move class