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