SecurityIssue constructor
const
SecurityIssue({})
Implementation
const SecurityIssue({
required this.id,
required this.title,
required this.description,
required this.severity,
required this.file,
this.line,
required this.recommendation,
});