url property
Returns an absolute URL to this StorageFile on a file storage.
Implementation
String get url => '${Config.files}$relativeRef';
Returns an absolute URL to this StorageFile on a file storage.
String get url => '${Config.files}$relativeRef';