ReachabilityError constructor

ReachabilityError({
  1. String? type,
  2. String? title,
  3. int? status,
  4. String? detail,
})

Implementation

ReachabilityError({this.type, this.title, this.status, this.detail});