S3HttpResponse constructor
S3HttpResponse(
- int statusCode,
- Uint8List body,
- HttpHeaders headers
Implementation
S3HttpResponse(this.statusCode, this.body, this.headers);