quotedField method

Parser<String> quotedField()

Implementation

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