DoctorViolation constructor
DoctorViolation({})
Implementation
DoctorViolation({
required this.filePath,
required this.lineNumber,
required this.sourceLayer,
required this.targetLayer,
required this.importUri,
required this.description,
});