RewriteResponse constructor

RewriteResponse({
  1. bool? done,
  2. String? kind,
  3. String? objectSize,
  4. Object? resource,
  5. String? rewriteToken,
  6. String? totalBytesRewritten,
})

Implementation

RewriteResponse({
  this.done,
  this.kind,
  this.objectSize,
  this.resource,
  this.rewriteToken,
  this.totalBytesRewritten,
});