toValue method
Implementation
String toValue() {
switch (this) {
case InputDeviceActiveInput.hdmi:
return 'HDMI';
case InputDeviceActiveInput.sdi:
return 'SDI';
}
}
String toValue() {
switch (this) {
case InputDeviceActiveInput.hdmi:
return 'HDMI';
case InputDeviceActiveInput.sdi:
return 'SDI';
}
}