toValue method
Implementation
String toValue() {
switch (this) {
case AncillaryTerminateCaptions.endOfInput:
return 'END_OF_INPUT';
case AncillaryTerminateCaptions.disabled:
return 'DISABLED';
}
}
String toValue() {
switch (this) {
case AncillaryTerminateCaptions.endOfInput:
return 'END_OF_INPUT';
case AncillaryTerminateCaptions.disabled:
return 'DISABLED';
}
}