BucketByTime constructor

BucketByTime({
  1. String? durationMillis,
  2. BucketByTimePeriod? period,
})

Implementation

BucketByTime({
  this.durationMillis,
  this.period,
});