toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Type.conversation:
      return 'CONVERSATION';
    case Type.dictation:
      return 'DICTATION';
  }
}