toValue method
Implementation
String toValue() {
switch (this) {
case PhoneNumberType.tollFree:
return 'TOLL_FREE';
case PhoneNumberType.did:
return 'DID';
}
}
String toValue() {
switch (this) {
case PhoneNumberType.tollFree:
return 'TOLL_FREE';
case PhoneNumberType.did:
return 'DID';
}
}