$ClientAddressTypeMap top-level constant

Map<ClientAddressType, String> const $ClientAddressTypeMap

Implementation

const $ClientAddressTypeMap = {
  ClientAddressType.main: 'main',
  ClientAddressType.billing: 'billing',
  ClientAddressType.shipping: 'shipping',
  ClientAddressType.other: 'other',
  ClientAddressType.swaggerGeneratedUnknown: ''
};