CopyBuckets class
Presents storage buckets for a copy operation.
- Mixed-in types
Constructors
- CopyBuckets({required StorageBucket source, required StorageBucket destination})
-
Creates a CopyBuckets with
sourceanddestinationbuckets.const - CopyBuckets.sameBucket(StorageBucket bucket)
-
Creates a CopyBuckets with the same
bucketfor the source and destination.
Properties
- destination → StorageBucket
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → StorageBucket
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
Serializes
thisas a JSON object.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited