MazeItem constructor

MazeItem(
  1. String path,
  2. ImageType type
)

Default constructor

Implementation

MazeItem(this.path, this.type);