sourceFile property

SourceFile sourceFile
latefinal

A representation of this file that makes it easy to reference spans of text, which is useful for the creation of SourcePatches.

Implementation

late final SourceFile sourceFile =
    SourceFile.fromString(sourceText, url: Uri.file(path));