IssueModel constructor
IssueModel({})
Create a new issue model
Implementation
IssueModel({
required this.filePath,
required this.description,
required this.currentValue,
required this.recommendedValue,
this.isCritical = false,
});