sourceUrl property Null safety
override
URL of the source containing this location.
This may be null, indicating that the source URL is unknown or unavailable.
Implementation
@override
Uri? get sourceUrl => file.url;
URL of the source containing this location.
This may be null, indicating that the source URL is unknown or unavailable.
@override
Uri? get sourceUrl => file.url;