members method

Parser<List> members()

Implementation

Parser<List> members() =>
    ref0(pair).plusSeparated(char(',')).map((l) => l.elements);