CodeLocation constructor
const
CodeLocation({})
Implementation
const CodeLocation({
required this.filePath,
required this.line,
required this.column,
this.lineContent,
this.surroundingContext,
this.resolvedType,
});