records method

Parser<List<String>> records()

Implementation

Parser<List<String>> records() =>
    ref0(field).starSeparated(char(delimiter)).map((list) => list.elements);