url property

Uri url
override

The URL of the file to import.

If this is relative, it's relative to the containing file.

Implementation

Uri get url => Uri.parse(urlString);