toValue method

String toValue()

Implementation

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