currentRoundTripTime property

num? get currentRoundTripTime

Implementation

_i2.num? get currentRoundTripTime => _i4.getProperty(
      this,
      'currentRoundTripTime',
    );
set currentRoundTripTime (num? value)

Implementation

set currentRoundTripTime(_i2.num? value) {
  _i4.setProperty(
    this,
    'currentRoundTripTime',
    value ?? _i6.undefined,
  );
}