NetworkException constructor

NetworkException({
  1. int? status,
  2. Exception? cause,
})

Implementation

NetworkException({this.status, this.cause});