currentRoundTripTime property
double
get
currentRoundTripTime
Implementation
double get currentRoundTripTime =>
js_util.getProperty(this, 'currentRoundTripTime');
set
currentRoundTripTime
(double newValue)
Implementation
set currentRoundTripTime(double newValue) {
js_util.setProperty(this, 'currentRoundTripTime', newValue);
}