toM2tsEbifControl method

M2tsEbifControl toM2tsEbifControl()

Implementation

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