CopyBuckets class

Presents storage buckets for a copy operation.

Mixed-in types

Constructors

CopyBuckets({required StorageBucket source, required StorageBucket destination})
Creates a CopyBuckets with source and destination buckets.
const
CopyBuckets.sameBucket(StorageBucket bucket)
Creates a CopyBuckets with the same bucket for 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 this as a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

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