CopyRequestOption class

Constructors

CopyRequestOption({String? sourceBucketName, required String sourceFileKey, String? targetBucketName, String? targetFileKey, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress, AclMode? aclModel, bool? override, StorageType? storageType, Map<String, dynamic>? headers})
const

Properties

aclModel AclMode?
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
sourceBucketName String?
final
sourceFileKey String
final
storageType StorageType?
final
targetBucketName String?
final
targetFileKey String?
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