ChessItem.blank constructor
ChessItem.blank({
- ChessPos? position,
constructor a blank item
Implementation
ChessItem.blank({ChessPos? position})
: this(chessBlankCode, position: position);
constructor a blank item
ChessItem.blank({ChessPos? position})
: this(chessBlankCode, position: position);