toValue method
Implementation
String toValue() {
switch (this) {
case M2tsAudioStreamType.atsc:
return 'ATSC';
case M2tsAudioStreamType.dvb:
return 'DVB';
}
}
String toValue() {
switch (this) {
case M2tsAudioStreamType.atsc:
return 'ATSC';
case M2tsAudioStreamType.dvb:
return 'DVB';
}
}