menu
flutter_chess_board package
documentation
flutter_chess_board.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);
flutter_chess_board package
documentation
flutter_chess_board
Move
Move const constructor
Move class
Constructors
Move
Properties
captured
color
flags
from
fromAlgebraic
hashCode
piece
promotion
runtimeType
to
toAlgebraic
Methods
noSuchMethod
toString
Operators
operator ==