currentRoundTripTime property

double currentRoundTripTime

Implementation

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

Implementation

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