sourceUrl property Null safety
override
The URL of the source (typically a file) of this span.
This may be null, indicating that the source URL is unknown or unavailable.
Implementation
@override
Uri? get sourceUrl => start.sourceUrl;
The URL of the source (typically a file) of this span.
This may be null, indicating that the source URL is unknown or unavailable.
@override
Uri? get sourceUrl => start.sourceUrl;