value property

  1. @override
Never value
override

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);