toM2tsKlv method

M2tsKlv toM2tsKlv()

Implementation

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