endOfSentenceChars property

List<String> endOfSentenceChars

Dot, Question mark and Exclamation Mark

Implementation

static List<String> get endOfSentenceChars => [".", "?", "!"];