quotedField method
Implementation
Parser<String> quotedField() => ref0(
quotedFieldContent,
).skip(before: char(quoteChar), after: char(quoteChar));
Parser<String> quotedField() => ref0(
quotedFieldContent,
).skip(before: char(quoteChar), after: char(quoteChar));