stopWords property Null safety
override
A collection of stop-words excluded from tokenization.
Implementation
@override
Iterable<String> get stopWords => kStopWords;
A collection of stop-words excluded from tokenization.
@override
Iterable<String> get stopWords => kStopWords;