rtt property

Duration? rtt

The Round-Trip Time of this response.

Implementation

Duration? get rtt => _rtt;
  1. @internal
void rtt=(Duration? val)

Implementation

@internal
set rtt(final Duration? val) => _rtt = val;