toValue method

String toValue()

Implementation

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