menu
chess_loloof64 package
documentation
chess_loloof64.dart
Move
Move const constructor
Move const constructor
dark_mode
light_mode
Move
constructor
const
Move
(
Color
color
,
int
from
,
int
to
,
int
flags
,
PieceType
piece
,
PieceType
?
captured
,
PieceType
?
promotion
,
)
Implementation
const Move(this.color, this.from, this.to, this.flags, this.piece, this.captured, this.promotion);
chess_loloof64 package
documentation
chess_loloof64
Move
Move const constructor
Move class