GetBucketResult constructor

GetBucketResult({
  1. String? bucket,
  2. DateTime? creationDate,
  3. bool? publicAccessBlockEnabled,
})

Implementation

GetBucketResult({
  this.bucket,
  this.creationDate,
  this.publicAccessBlockEnabled,
});