PacketIntervals constructor

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

Implementation

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