StorageSource constructor

StorageSource({
  1. String bucket = '',
  2. String object = '',
  3. int generation = 0,
  4. String sourceUploadUrl = '',
})

Implementation

StorageSource({
  this.bucket = '',
  this.object = '',
  this.generation = 0,
  this.sourceUploadUrl = '',
}) : super(fullyQualifiedName);