getLength method

int getLength(
  1. Tile tile
)

Implementation

int getLength(Tile tile) {
  return _sizes[tile]!;
}