$VenueContactTypeMap top-level constant

Map<VenueContactType, String> const $VenueContactTypeMap

Implementation

const $VenueContactTypeMap = {
  VenueContactType.main: 'main',
  VenueContactType.billing: 'billing',
  VenueContactType.shipping: 'shipping',
  VenueContactType.other: 'other',
  VenueContactType.swaggerGeneratedUnknown: ''
};