nonQuotedSemiColons property
Implementation
static final RegExp nonQuotedSemiColons = RegExp(r"\);(?=([^'\\]*(\\.|'([^'\\]*\\.)*[^'\\]*'))*[^']*$)");
static final RegExp nonQuotedSemiColons = RegExp(r"\);(?=([^'\\]*(\\.|'([^'\\]*\\.)*[^'\\]*'))*[^']*$)");