toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ExportType.alexaSkillsKit:
      return 'ALEXA_SKILLS_KIT';
    case ExportType.lex:
      return 'LEX';
  }
}