message property

String message

Return the message to be displayed for this error. The message should indicate what is wrong and why it is wrong.

Implementation

String get message => _problemMessage.messageText(includeUrl: true);