AggregatedStats constructor
AggregatedStats({
- PublisherAggregateStats? publisherAggregateStats,
- TURNAggregatedStats? turn,
Returns a new AggregatedStats instance.
Implementation
AggregatedStats({
this.publisherAggregateStats,
this.turn,
});