$PhoneNumberTypeMap top-level constant

Map<PhoneNumberType, String> const $PhoneNumberTypeMap

Implementation

const $PhoneNumberTypeMap = {
  PhoneNumberType.home: 'home',
  PhoneNumberType.work: 'work',
  PhoneNumberType.office: 'office',
  PhoneNumberType.mobile: 'mobile',
  PhoneNumberType.mobile1: 'mobile1',
  PhoneNumberType.other: 'other'
};