Violation constructor
const
Violation({})
Creates a new Violation with the given properties.
Implementation
const Violation({
required this.ruleType,
required this.filePath,
required this.lineNumber,
required this.columnNumber,
this.importUri,
this.ruleName,
required this.description,
});