flutter: position.dart: Change Move? to late Move

This commit is contained in:
Calcitem 2021-04-17 00:44:19 +08:00
parent e6f625a5b9
commit 38d89b2d3d
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ class Position {
late var millTable;
late var moveTable;
// TODO: null-safety
Move? move;
late Move move;
Position.boardToGrid() {
_grid = [];