minRtt property

double minRtt

Implementation

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

Implementation

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