PartOfSpeech_Reciprocity$json top-level constant

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

Implementation

@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Reciprocity$json = const {
  '1': 'Reciprocity',
  '2': const [
    const {'1': 'RECIPROCITY_UNKNOWN', '2': 0},
    const {'1': 'RECIPROCAL', '2': 1},
    const {'1': 'NON_RECIPROCAL', '2': 2},
  ],
};