AggregatedProfileTime constructor
AggregatedProfileTime({
- AggregationPeriod? period,
- DateTime? start,
Implementation
AggregatedProfileTime({
this.period,
this.start,
});