displayMessage property
String
get
displayMessage
Message with the tool's code ahead of it, the way rasc used to bake it into the text.
Implementation
String get displayMessage => code.isEmpty ? message : '$code: $message';