menu
simple_chess_board package
documentation
models/short_move.dart
ShortMove
ShortMove.new constructor
ShortMove.new constructor
dark_mode
light_mode
ShortMove
constructor
ShortMove
(
{
required
String
from
,
required
String
to
,
PieceType
?
promotion
,
})
Implementation
ShortMove({ required this.from, required this.to, this.promotion, });
simple_chess_board package
documentation
models/short_move
ShortMove
ShortMove.new constructor
ShortMove class