PartOfSpeech_Mood$json top-level constant
Implementation
@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Mood$json = const {
'1': 'Mood',
'2': const [
const {'1': 'MOOD_UNKNOWN', '2': 0},
const {'1': 'CONDITIONAL_MOOD', '2': 1},
const {'1': 'IMPERATIVE', '2': 2},
const {'1': 'INDICATIVE', '2': 3},
const {'1': 'INTERROGATIVE', '2': 4},
const {'1': 'JUSSIVE', '2': 5},
const {'1': 'SUBJUNCTIVE', '2': 6},
],
};