spaceOptionalProd method

Parser<List<String>> spaceOptionalProd()

Implementation

Parser<List<String>> spaceOptionalProd() => whitespace().star();