menu
dartchess package
documentation
dartchess.dart
Move
squares property
squares property
dark_mode
light_mode
squares
property
Iterable
<
Square
>
get
squares
Returns an iterable of all squares involved in this move.
Implementation
Iterable<Square> get squares;
dartchess package
documentation
dartchess
Move
squares property
Move class