HttppResponse.name constructor

HttppResponse.name({
  1. HttppRequest? request,
  2. int? statusCode,
  3. String? reasonPhrase,
  4. int? contentLength,
  5. HttppHeaders? headers,
  6. HttppBody? body,
})

Implementation

HttppResponse.name(
    {this.request,
    this.statusCode,
    this.reasonPhrase,
    this.contentLength,
    this.headers,
    this.body});