untilEndParser function

Parser<String> untilEndParser()

Implementation

Parser<String> untilEndParser() => any().plus().flatten();