BucketByTimePeriod constructor

BucketByTimePeriod({
  1. String? timeZoneId,
  2. String? type,
  3. int? value,
})

Implementation

BucketByTimePeriod({
  this.timeZoneId,
  this.type,
  this.value,
});