getValue method

String getValue()

Implementation

String getValue() {
  switch (this) {
    case DictationInputType.text:
      return "text";
    case DictationInputType.numeric:
      return "numeric";
  }
}