SourceLocation constructor
const
SourceLocation({})
Creates a source location.
Implementation
const SourceLocation({
required this.file,
required this.line,
this.column = 0,
this.endLine = 0,
this.endColumn = 0,
});