stopWords property Null safety

Iterable<String> stopWords

A collection of stop-words excluded from tokenization.

Implementation

Iterable<String> get stopWords;