ObjectStoragePutObjectResult constructor
      
      ObjectStoragePutObjectResult({})
     
    
    
Implementation
ObjectStoragePutObjectResult({
  required this.event,
  this.url,
  this.taskId,
  this.currentSize,
  this.totalSize,
  this.errorMessage,
  this.isFinished = false,
});