sourceUrl property

  1. @override
Uri? sourceUrl
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;