stemmerExceptions property Null safety
override
A hashmap of terms (keys) with their stem values that will be returned rather than being processed by the stemmer.
The default is Porter2Stemmer.kExceptions.
Implementation
@override
Map<String, String> get stemmerExceptions => Porter2Stemmer.kExceptions;