toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case TechnicalCueType.colorBars:
      return 'ColorBars';
    case TechnicalCueType.endCredits:
      return 'EndCredits';
    case TechnicalCueType.blackFrames:
      return 'BlackFrames';
  }
}