url property

Uri? get url

CDN URL for downloading the encrypted file content.

File content on CDN is encrypted with a symmetric key (password).

Implementation

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

Implementation

set url(Uri? remote);