UHttpClientResponse constructor

UHttpClientResponse({
  1. String? response,
  2. String? error,
  3. String? exception,
})

Implementation

UHttpClientResponse({this.response, this.error, this.exception});