endOfSentenceChars top-level property

Iterable<string> get endOfSentenceChars

Dot, Question mark and Exclamation Mark

Implementation

Iterable<string> get endOfSentenceChars => [".", "?", "!"];