field method

Parser<String> field()

Implementation

Parser<String> field() =>
    [ref0(quotedField), ref0(plainField)].toChoiceParser();