fieldList method

Parser fieldList()

Implementation

Parser fieldList() => [
  seq2(ref0(fieldListBase), ref0(fieldListCase).optional()),
  ref0(fieldListCase),
].toChoiceParser();