toCmfcScte35Source method

CmfcScte35Source toCmfcScte35Source()

Implementation

CmfcScte35Source toCmfcScte35Source() {
  switch (this) {
    case 'PASSTHROUGH':
      return CmfcScte35Source.passthrough;
    case 'NONE':
      return CmfcScte35Source.none;
  }
  throw Exception('$this is not known in enum CmfcScte35Source');
}