GetObjectResponse constructor
GetObjectResponse({})
Implementation
GetObjectResponse({
required this.statusCode,
this.body,
this.cacheControl,
this.contentLength,
this.contentRange,
this.contentType,
this.eTag,
this.lastModified,
});