toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SmoothGroupEventIdMode.noEventId:
      return 'NO_EVENT_ID';
    case SmoothGroupEventIdMode.useConfigured:
      return 'USE_CONFIGURED';
    case SmoothGroupEventIdMode.useTimestamp:
      return 'USE_TIMESTAMP';
  }
}