$PointTypeEnumMap top-level constant

Map<PointType, String> const $PointTypeEnumMap

Implementation

const $PointTypeEnumMap = {
  PointType.flag: '1',
  PointType.other: '2',
  PointType.fieldAccess: '3',
  PointType.storage: '4',
  PointType.obstacle: '5',
  PointType.guidanceReferenceA: '6',
  PointType.guidanceReferenceB: '7',
  PointType.guidanceReferenceCenter: '8',
  PointType.guidancePoint: '9',
  PointType.partfieldReferencePoint: '10',
  PointType.homebase: '11',
};