commonWordEndings constant
Common word-ending characters for text processing.
Implementation
static const List<String> commonWordEndings = <String>[
' ',
'.',
',',
'?',
'!',
':',
';',
'{',
'}',
'[',
']',
'(',
')',
'-',
hyphen,
'"',
"'",
ellipsis,
dot,
accentedQuoteOpening,
accentedQuoteClosing,
accentedDoubleQuoteOpening,
accentedDoubleQuoteClosing,
newLine,
];