About constructor

About({
  1. bool? appInstalled,
  2. bool? canCreateDrives,
  3. bool? canCreateTeamDrives,
  4. List<AboutDriveThemes>? driveThemes,
  5. Map<String, List<String>>? exportFormats,
  6. List<String>? folderColorPalette,
  7. Map<String, List<String>>? importFormats,
  8. String? kind,
  9. Map<String, String>? maxImportSizes,
  10. String? maxUploadSize,
  11. AboutStorageQuota? storageQuota,
  12. List<AboutTeamDriveThemes>? teamDriveThemes,
  13. User? user,
})

Implementation

About({
  this.appInstalled,
  this.canCreateDrives,
  this.canCreateTeamDrives,
  this.driveThemes,
  this.exportFormats,
  this.folderColorPalette,
  this.importFormats,
  this.kind,
  this.maxImportSizes,
  this.maxUploadSize,
  this.storageQuota,
  this.teamDriveThemes,
  this.user,
});