EndOfInputParserExtension<R> extension
- on
-
- Parser<
R>
- Parser<
Methods
-
end(
{String message = 'end of input expected'}) → Parser< R> -
Available on Parser<
Returns a parser that succeeds only if the receiver consumes the complete input, otherwise return a failure with the optionalR> , provided by the EndOfInputParserExtension extensionmessage
.