midSentenceChars top-level property

Iterable<string> get midSentenceChars

Semicolon, colon and comma

Implementation

Iterable<string> get midSentenceChars => [":", ";", ","];