PutRequestOption class

Constructors

PutRequestOption({String? bucketName, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress, AclMode? aclModel, bool? override, StorageType? storageType, Map<String, dynamic>? headers, Callback? callback})
const

Properties

aclModel AclMode?
final
bucketName String?
final
callback Callback?
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>?
final
onReceiveProgress → ProgressCallback?
final
onSendProgress → ProgressCallback?
final
override bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageType StorageType?
final

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