chess960
chess960
Move
Move const constructor
Move
Move
constructor
Null safety
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);
chess960
chess960
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 ==