stopWords property Null safety

Iterable<String> stopWords
override

A collection of stop-words excluded from tokenization.

Implementation

@override
Iterable<String> get stopWords => kStopWords;