CloudStorageFile constructor

CloudStorageFile({
  1. String? bucketName,
  2. String? md5Hash,
  3. String? objectName,
  4. String? size,
})

Implementation

CloudStorageFile({
  this.bucketName,
  this.md5Hash,
  this.objectName,
  this.size,
});