NERtcVideoLayerSendStats constructor
      
      NERtcVideoLayerSendStats({})
     
    
    
Implementation
NERtcVideoLayerSendStats(
    {this.layerType,
    this.width,
    this.height,
    this.captureWidth,
    this.captureHeight,
    this.sendBitrate,
    this.encoderOutputFrameRate,
    this.captureFrameRate,
    this.encoderBitrate,
    this.encoderName,
    this.renderFrameRate,
    this.sentFrameRate,
    this.targetBitrate,
    this.dropBwStrategyEnabled});