About constructor
About({
- bool? appInstalled,
- bool? canCreateDrives,
- bool? canCreateTeamDrives,
- List<
AboutDriveThemes> ? driveThemes, - Map<
String, List< ? exportFormats,String> > - List<
String> ? folderColorPalette, - Map<
String, List< ? importFormats,String> > - String? kind,
- Map<
String, String> ? maxImportSizes, - String? maxUploadSize,
- AboutStorageQuota? storageQuota,
- List<
AboutTeamDriveThemes> ? teamDriveThemes, - 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,
});