ObjectStoragePutObjectProgress constructor

ObjectStoragePutObjectProgress({
  1. int? currentSize,
  2. int? totalSize,
  3. double? progress,
})

Implementation

ObjectStoragePutObjectProgress(
    {this.currentSize, this.totalSize, this.progress});