PingResult constructor

PingResult({
  1. Duration? rtt,
  2. Object? error,
})

Implementation

PingResult({this.rtt, this.error});