AggregatedProfileTime constructor

AggregatedProfileTime({
  1. AggregationPeriod? period,
  2. DateTime? start,
})

Implementation

AggregatedProfileTime({
  this.period,
  this.start,
});