PublisherAggregateStats constructor

PublisherAggregateStats({
  1. Map<String, Count> byTrackType = const {},
  2. Count? total,
})

Returns a new PublisherAggregateStats instance.

Implementation

PublisherAggregateStats({
  this.byTrackType = const {},
  this.total,
});