value property

  1. @override
R value
override

Returns the parsed value of this result, or throws a ParserException if this is a parse failure.

Implementation

@override
R get value => throw ParserException(this);