toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case LogType.audio:
      return 'AUDIO';
    case LogType.text:
      return 'TEXT';
  }
}