$CrewShirtSizeMap top-level constant

Map<CrewShirtSize, String> const $CrewShirtSizeMap

Implementation

const $CrewShirtSizeMap = {
  CrewShirtSize.xs: 'XS',
  CrewShirtSize.s: 'S',
  CrewShirtSize.m: 'M',
  CrewShirtSize.l: 'L',
  CrewShirtSize.xl: 'XL',
  CrewShirtSize.xxl: 'XXL',
  CrewShirtSize.xxxl: 'XXXL',
  CrewShirtSize.value_4xl: '4XL',
  CrewShirtSize.value_5xl: '5XL',
  CrewShirtSize.swaggerGeneratedUnknown: ''
};