url property

String get url

Returns an absolute URL to this StorageFile on a file storage.

Implementation

String get url => '${Config.files}$relativeRef';