DriveAbout constructor

DriveAbout({
  1. String? category,
  2. int? maxFileUploadSize,
  3. int? maxThumbnailSize,
  4. bool? needUpdate,
  5. StorageQuota? storageQuota,
  6. DriveUser? user,
  7. String? updateUrl,
})

Implementation

DriveAbout({
  this.category,
  this.maxFileUploadSize,
  this.maxThumbnailSize,
  this.needUpdate,
  this.storageQuota,
  this.user,
  this.updateUrl,
});