phoneNumberTypeToJson function

String? phoneNumberTypeToJson(
  1. PhoneNumberType? phoneNumberType
)

Implementation

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