ReportBlock constructor
const
ReportBlock({})
Implementation
const ReportBlock({
required this.ssrc,
required this.fractionLost,
required this.cumulativeLost,
required this.extendedHighestSeq,
required this.jitter,
required this.lastSr,
required this.delaySinceLastSr,
});