Response constructor

Response(
  1. int status,
  2. String body,
  3. Map<String, String> headers,
  4. Uint8List bodyBytes,
)

Implementation

Response(this.status, this.body, this.headers, this.bodyBytes);