$PhoneNumberTypeMap top-level constant
Implementation
const $PhoneNumberTypeMap = {
PhoneNumberType.home: 'home',
PhoneNumberType.work: 'work',
PhoneNumberType.office: 'office',
PhoneNumberType.mobile: 'mobile',
PhoneNumberType.mobile1: 'mobile1',
PhoneNumberType.other: 'other',
PhoneNumberType.swaggerGeneratedUnknown: ''
};