RequestError constructor

RequestError(
  1. String message,
  2. RequestOptions options, {
  3. int? statusCode,
})

Implementation

RequestError(this.message, this.options, {this.statusCode});