smoothedRtt property

double get smoothedRtt

Implementation

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

Implementation

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