name property

String name

Implementation

String get name {
  switch (this) {
    case TileMapType.map:
      return 'map';
  }
}