message property

  1. @override
String message
override

Returns the error message of this result, or throws an UnsupportedError if this is a parse success.

Implementation

@override
String get message =>
    throw UnsupportedError('Successful parse results do not have a message.');