HttpResponse constructor

HttpResponse(
  1. Exception? exception,
  2. dynamic response, {
  3. String? error,
  4. Map<String, dynamic>? errors,
  5. DioException? dioException,
})

Implementation

HttpResponse(this.exception, this.response,
    {this.error, this.errors, this.dioException});