AggregateResponse constructor

AggregateResponse({
  1. List<AggregateBucket>? bucket,
})

Implementation

AggregateResponse({
  this.bucket,
});