toValue method

String toValue()

Implementation

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