menu
flutter_stateless_chessboard package
documentation
models/short_move.dart
ShortMove
ShortMove constructor
ShortMove 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(), });
flutter_stateless_chessboard package
documentation
models/short_move
ShortMove
ShortMove constructor
ShortMove class