message property
Gets the text of the message.
This getter exists for backwards compatibility with code that was written
prior to the addition of URLs to diagnostic messages. New clients should
use messageText
instead.
Implementation
@Deprecated('Use messageText(includeUrl: true) instead')
String get message;