CompatibilitySuggestion constructor

const CompatibilitySuggestion(
  1. String title,
  2. EvidenceSeverity severity,
  3. String message,
  4. String source,
  5. String component,
  6. String recommendation,
)

Implementation

const CompatibilitySuggestion(this.title, this.severity, this.message,
    this.source, this.component, this.recommendation);