toValue method
Implementation
String toValue() {
switch (this) {
case DomainNameStatus.available:
return 'AVAILABLE';
case DomainNameStatus.updating:
return 'UPDATING';
}
}
String toValue() {
switch (this) {
case DomainNameStatus.available:
return 'AVAILABLE';
case DomainNameStatus.updating:
return 'UPDATING';
}
}