Issue constructor
Issue({})
Implementation
Issue({
this.hasFix,
this.offset = 0,
this.length = 0,
this.line,
this.column,
this.endLine,
this.endColumn,
this.message,
this.code,
this.correction,
this.comment,
this.replacement,
this.errorSeverity,
this.errorType,
this.filePath,
});