phoneNumberTypeToJson function
Implementation
String? phoneNumberTypeToJson(enums.PhoneNumberType? phoneNumberType) {
return enums.$PhoneNumberTypeMap[phoneNumberType];
}
String? phoneNumberTypeToJson(enums.PhoneNumberType? phoneNumberType) {
return enums.$PhoneNumberTypeMap[phoneNumberType];
}