message property

  1. @override
String message

Returns the human readable error message for this error.

Use SourceSpan.message or the toString from the span field to get a message including span information

Implementation

@override
String get message => formatStr(errorMessages[errorCode]!, data);