toValue method
Implementation
String toValue() {
switch (this) {
case InputDeviceScanType.interlaced:
return 'INTERLACED';
case InputDeviceScanType.progressive:
return 'PROGRESSIVE';
}
}
String toValue() {
switch (this) {
case InputDeviceScanType.interlaced:
return 'INTERLACED';
case InputDeviceScanType.progressive:
return 'PROGRESSIVE';
}
}