PacketIntervals constructor

PacketIntervals({
  1. String? avgMs,
  2. String? duration,
  3. String? maxMs,
  4. String? minMs,
  5. String? numIntervals,
  6. String? type,
})

Implementation

PacketIntervals({
  this.avgMs,
  this.duration,
  this.maxMs,
  this.minMs,
  this.numIntervals,
  this.type,
});