LevelTile constructor

const LevelTile(
  1. LevelTileType type,
  2. bool _isOpen
)

Implementation

const LevelTile(this.type, this._isOpen);