quotedStringRegex property

RegExp quotedStringRegex
final

Quoted string

Implementation

static final RegExp quotedStringRegex = RegExp('".*?"');