noTile constant
Tile
const noTile
Stub tile that is used to indicate that no tile exists for a specific tile coordinate.
Implementation
static const Tile noTile = Tile(-1, -1, null);
Stub tile that is used to indicate that no tile exists for a specific tile coordinate.
static const Tile noTile = Tile(-1, -1, null);