toValue method
Implementation
String toValue() {
switch (this) {
case SmoothGroupEventStopBehavior.none:
return 'NONE';
case SmoothGroupEventStopBehavior.sendEos:
return 'SEND_EOS';
}
}
String toValue() {
switch (this) {
case SmoothGroupEventStopBehavior.none:
return 'NONE';
case SmoothGroupEventStopBehavior.sendEos:
return 'SEND_EOS';
}
}