PutObjectResult constructor

PutObjectResult(
  1. {String url,
  2. String taskId,
  3. int currentSize,
  4. int totalSize,
  5. String errorMessage}
)

Implementation

PutObjectResult({
  this.url,
  this.taskId,
  this.currentSize,
  this.totalSize,
  this.errorMessage,
});