toValue method
Implementation
String toValue() {
switch (this) {
case IpAddressType.ipv4:
return 'ipv4';
case IpAddressType.dualstack:
return 'dualstack';
}
}
String toValue() {
switch (this) {
case IpAddressType.ipv4:
return 'ipv4';
case IpAddressType.dualstack:
return 'dualstack';
}
}