FileUploadOptions constructor

const FileUploadOptions({
  1. String? contentType,
  2. bool? createBucket,
  3. bool? isPublic,
  4. OnUploadProgress? onProgress,
  5. List<String>? tags,
})

Implementation

const FileUploadOptions(
    {this.contentType,
    this.createBucket,
    this.isPublic,
    this.onProgress,
    this.tags});