toValue method
Implementation
String toValue() {
switch (this) {
case M2tsKlv.none:
return 'NONE';
case M2tsKlv.passthrough:
return 'PASSTHROUGH';
}
}
String toValue() {
switch (this) {
case M2tsKlv.none:
return 'NONE';
case M2tsKlv.passthrough:
return 'PASSTHROUGH';
}
}