Diagnostic constructor
const
Diagnostic({})
Implementation
const Diagnostic({
required this.code,
required this.stage,
required this.severity,
this.owner = DiagnosticOwner.unknown,
required this.message,
this.remediation = '',
this.profile,
this.runnerId,
this.context = const {},
});