StorageGetUrlRequest class

Presents a storage get url request.

Constructors

StorageGetUrlRequest({required String key, StorageGetUrlOptions? options})
Presents a storage get url request.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
Key of the object to get url for.
final
options StorageGetUrlOptions?
Configurable options of the StorageGetUrlRequest.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited