smoothedRtt property

double smoothedRtt

Implementation

double get smoothedRtt => js_util.getProperty(this, 'smoothedRtt');
void smoothedRtt=(double newValue)

Implementation

set smoothedRtt(double newValue) {
  js_util.setProperty(this, 'smoothedRtt', newValue);
}