BucketInfo class
Presents a storage bucket information.
- Mixed-in types
Constructors
- BucketInfo({required String bucketName, required String region})
-
Presents a storage bucket information.
const
Properties
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