AggregatedStats constructor

AggregatedStats({
  1. PublisherAggregateStats? publisherAggregateStats,
  2. TURNAggregatedStats? turn,
})

Returns a new AggregatedStats instance.

Implementation

AggregatedStats({
  this.publisherAggregateStats,
  this.turn,
});