bucket property

String? bucket

The bucket this object is contained in.

Implementation

String? get bucket {
  return _metadata['bucket'];
}