getDefault static method

ProtoRtcpFeedback getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static ProtoRtcpFeedback getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<ProtoRtcpFeedback>(create);