PartOfSpeech_Case$json top-level constant

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

Implementation

@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Case$json = const {
  '1': 'Case',
  '2': const [
    const {'1': 'CASE_UNKNOWN', '2': 0},
    const {'1': 'ACCUSATIVE', '2': 1},
    const {'1': 'ADVERBIAL', '2': 2},
    const {'1': 'COMPLEMENTIVE', '2': 3},
    const {'1': 'DATIVE', '2': 4},
    const {'1': 'GENITIVE', '2': 5},
    const {'1': 'INSTRUMENTAL', '2': 6},
    const {'1': 'LOCATIVE', '2': 7},
    const {'1': 'NOMINATIVE', '2': 8},
    const {'1': 'OBLIQUE', '2': 9},
    const {'1': 'PARTITIVE', '2': 10},
    const {'1': 'PREPOSITIONAL', '2': 11},
    const {'1': 'REFLEXIVE_CASE', '2': 12},
    const {'1': 'RELATIVE_CASE', '2': 13},
    const {'1': 'VOCATIVE', '2': 14},
  ],
};