message property

String message

Implementation

String get message {
  return this._message ?? "Exception of type '$runtimeType' was thrown.";
}