ErrorResult constructor

ErrorResult(
  1. String uri,
  2. String response,
  3. int retryCount,
  4. String error,
)

Implementation

ErrorResult(this.uri, this.response, this.retryCount, this.error);