toValue method
Implementation
String toValue() {
switch (this) {
case DvbSubtitleShadowColor.none:
return 'NONE';
case DvbSubtitleShadowColor.black:
return 'BLACK';
case DvbSubtitleShadowColor.white:
return 'WHITE';
}
}