PartOfSpeech_Aspect$json top-level constant

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

Implementation

@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Aspect$json = const {
  '1': 'Aspect',
  '2': const [
    const {'1': 'ASPECT_UNKNOWN', '2': 0},
    const {'1': 'PERFECTIVE', '2': 1},
    const {'1': 'IMPERFECTIVE', '2': 2},
    const {'1': 'PROGRESSIVE', '2': 3},
  ],
};