url property
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);
The URL of the file to import.
If this is relative, it's relative to the containing file.
Uri get url => Uri.parse(urlString);