FileOptions constructor

const FileOptions({
  1. String cacheControl = '3600',
  2. bool upsert = false,
  3. String? contentType,
})

Implementation

const FileOptions({
  this.cacheControl = '3600',
  this.upsert = false,
  this.contentType,
});