sourceUrl property Null safety
The URL of the source file being parsed.
This may be null
, indicating that the source URL is unknown.
Implementation
Uri? get sourceUrl => span?.sourceUrl;
The URL of the source file being parsed.
This may be null
, indicating that the source URL is unknown.
Uri? get sourceUrl => span?.sourceUrl;