S3HttpResponse constructor

S3HttpResponse(
  1. int statusCode,
  2. Uint8List body,
  3. HttpHeaders headers
)

Implementation

S3HttpResponse(this.statusCode, this.body, this.headers);