toInputDeviceType method
Implementation
InputDeviceType toInputDeviceType() {
switch (this) {
case 'HD':
return InputDeviceType.hd;
}
throw Exception('$this is not known in enum InputDeviceType');
}
InputDeviceType toInputDeviceType() {
switch (this) {
case 'HD':
return InputDeviceType.hd;
}
throw Exception('$this is not known in enum InputDeviceType');
}