Buckets constructor

Buckets({
  1. List<Bucket>? items,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

Buckets({
  this.items,
  this.kind,
  this.nextPageToken,
});