ReachabilityDetails constructor

ReachabilityDetails({
  1. Status? error,
  2. String? result,
  3. List<Trace>? traces,
  4. String? verifyTime,
})

Implementation

ReachabilityDetails({
  this.error,
  this.result,
  this.traces,
  this.verifyTime,
});