PartOfSpeech_Tense$json top-level constant

  1. @Deprecated('Use partOfSpeechDescriptor instead')
Map<String, Object> const PartOfSpeech_Tense$json

Implementation

@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Tense$json = const {
  '1': 'Tense',
  '2': const [
    const {'1': 'TENSE_UNKNOWN', '2': 0},
    const {'1': 'CONDITIONAL_TENSE', '2': 1},
    const {'1': 'FUTURE', '2': 2},
    const {'1': 'PAST', '2': 3},
    const {'1': 'PRESENT', '2': 4},
    const {'1': 'IMPERFECT', '2': 5},
    const {'1': 'PLUPERFECT', '2': 6},
  ],
};