fieldCharWithinQuotes method

Parser<String> fieldCharWithinQuotes()

Implementation

Parser<String> fieldCharWithinQuotes() => pattern(r'^\"');