doubleQuoteString constant
String
const doubleQuoteString
regex string to match a double quote string
Implementation
static const doubleQuoteString = r'[rf]?"(\\\n|\\"|[^"\n])*"';
regex string to match a double quote string
static const doubleQuoteString = r'[rf]?"(\\\n|\\"|[^"\n])*"';