PartOfSpeech_Number$json top-level constant
- @Deprecated('Use partOfSpeechDescriptor instead')
Implementation
@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Number$json = const {
'1': 'Number',
'2': const [
const {'1': 'NUMBER_UNKNOWN', '2': 0},
const {'1': 'SINGULAR', '2': 1},
const {'1': 'PLURAL', '2': 2},
const {'1': 'DUAL', '2': 3},
],
};