bucket property

String bucket

The name of the bucket containing this reference's object.

Implementation

String get bucket {
  return storage.bucket;
}