spaceTextProd method

Parser<String> spaceTextProd()

Implementation

Parser<String> spaceTextProd() => ref0<dynamic>(spaceProd).flatten('Expected whitespace');