values constant

List<PartOfSpeech_Mood> const values

Implementation

static const $core.List<PartOfSpeech_Mood> values = <PartOfSpeech_Mood> [
  MOOD_UNKNOWN,
  CONDITIONAL_MOOD,
  IMPERATIVE,
  INDICATIVE,
  INTERROGATIVE,
  JUSSIVE,
  SUBJUNCTIVE,
];