STRING_PATTERN property

RegExp STRING_PATTERN
final

Implementation

static final RegExp STRING_PATTERN = RegExp(r'''(?:"(.*?)"|'(.*?)'|(\w+))''');