members2 method

Parser<List> members2()

Implementation

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