TURNAggregatedStats constructor

TURNAggregatedStats({
  1. Count? tcp,
  2. Count? total,
})

Returns a new TURNAggregatedStats instance.

Implementation

TURNAggregatedStats({
  this.tcp,
  this.total,
});