toValue method
Implementation
String toValue() {
switch (this) {
case PhoneNumberType.local:
return 'Local';
case PhoneNumberType.tollFree:
return 'TollFree';
}
}
String toValue() {
switch (this) {
case PhoneNumberType.local:
return 'Local';
case PhoneNumberType.tollFree:
return 'TollFree';
}
}