toValue method

String toValue()

Implementation

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