HttpResponse constructor

HttpResponse(
  1. String url, {
  2. dynamic body,
  3. dynamic bytes,
  4. String? contentType,
  5. int? statusCode,
  6. String? statusMessage,
})

Implementation

HttpResponse(this.url, {this.body, this.bytes, this.contentType, this.statusCode, this.statusMessage});