attributesProd method

Parser<List> attributesProd()

Implementation

Parser<List<dynamic>> attributesProd() =>
    ref0<dynamic>(spaceProd).seq(ref0<dynamic>(attribute)).pick(1).star();