toValue method
Implementation
String toValue() {
switch (this) {
case CdiInputResolution.sd:
return 'SD';
case CdiInputResolution.hd:
return 'HD';
case CdiInputResolution.fhd:
return 'FHD';
case CdiInputResolution.uhd:
return 'UHD';
}
}