toValue method
Implementation
String toValue() {
switch (this) {
case InputDeviceIpScheme.static:
return 'STATIC';
case InputDeviceIpScheme.dhcp:
return 'DHCP';
}
}
String toValue() {
switch (this) {
case InputDeviceIpScheme.static:
return 'STATIC';
case InputDeviceIpScheme.dhcp:
return 'DHCP';
}
}