midSentenceChars property

List<String> get midSentenceChars

Semicolon, colon and comma

Implementation

static List<String> get midSentenceChars => [":", ";", ","];