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