menu
simple_chess_board package
documentation
models/half_move.dart
HalfMove
HalfMove.new constructor
HalfMove.new constructor
dark_mode
light_mode
HalfMove
constructor
HalfMove
(
String
square
,
Piece
?
piece
)
Implementation
HalfMove(this.square, this.piece);
simple_chess_board package
documentation
models/half_move
HalfMove
HalfMove.new constructor
HalfMove class