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
,
Option
<
PieceType
>
promotion
=
const None()
,
})
Implementation
ShortMove({ required this.from, required this.to, this.promotion = const None(), });
simple_chess_board package
documentation
models/short_move
ShortMove
ShortMove.new constructor
ShortMove class