specialChars top-level property
Implementation
Iterable<string> get specialChars => [
"@",
"#",
"\$",
"%",
"^",
"&",
"*",
"-",
"_",
"+",
"=",
"|",
"~",
...quotes,
...openWrappers,
...closeWrappers,
...midSentenceChars,
...endOfSentenceChars,
...mathOperators,
];