value property
Returns the parsed value of this result, or throws a ParserException if this is a parse failure.
Implementation
@override
Never get value => throw ParserException(this);
Returns the parsed value of this result, or throws a ParserException if this is a parse failure.
@override
Never get value => throw ParserException(this);