name property

String name

Implementation

String get name {
  switch (this) {
    case TilesetType.tileset:
      return 'tileset';
  }
}