DiagnosticMessage constructor

DiagnosticMessage({
  1. LocalizedString? info,
  2. LocalizedString? metric,
  3. bool? metricSpecific,
  4. String? severity,
  5. LocalizedString? shortMessage,
})

Implementation

DiagnosticMessage({
  this.info,
  this.metric,
  this.metricSpecific,
  this.severity,
  this.shortMessage,
});