AggregateBucket constructor

AggregateBucket({
  1. int? activity,
  2. List<Dataset>? dataset,
  3. String? endTimeMillis,
  4. Session? session,
  5. String? startTimeMillis,
  6. String? type,
})

Implementation

AggregateBucket({
  this.activity,
  this.dataset,
  this.endTimeMillis,
  this.session,
  this.startTimeMillis,
  this.type,
});