RequestError constructor
RequestError(
- String message,
- RequestOptions options, {
- int? statusCode,
Implementation
RequestError(this.message, this.options, {this.statusCode});