FilePathAnnotation constructor
const
FilePathAnnotation({})
Creates a FilePathAnnotation.
Implementation
const FilePathAnnotation({
required this.text,
required this.filePath,
required this.startIndex,
required this.endIndex,
});