url property

Uri? get url

Remote URL to download the file (typically from CDN).

Alternative to inline data for large files.

Implementation

Uri? get url;
set url (Uri? location)

Implementation

set url(Uri? location);