AnnotationIssue constructor
const
AnnotationIssue({})
Creates an AnnotationIssue.
Implementation
const AnnotationIssue({
required this.filePath,
required this.line,
required this.message,
this.column,
});
Creates an AnnotationIssue.
const AnnotationIssue({
required this.filePath,
required this.line,
required this.message,
this.column,
});