About constructor
About({
- List<
AboutAdditionalRoleInfo> ? additionalRoleInfo, - bool? canCreateDrives,
- bool? canCreateTeamDrives,
- String? domainSharingPolicy,
- List<
AboutDriveThemes> ? driveThemes, - String? etag,
- List<
AboutExportFormats> ? exportFormats, - List<
AboutFeatures> ? features, - List<
String> ? folderColorPalette, - List<
AboutImportFormats> ? importFormats, - bool? isCurrentAppInstalled,
- String? kind,
- String? languageCode,
- String? largestChangeId,
- List<
AboutMaxUploadSizes> ? maxUploadSizes, - String? name,
- String? permissionId,
- List<
AboutQuotaBytesByService> ? quotaBytesByService, - String? quotaBytesTotal,
- String? quotaBytesUsed,
- String? quotaBytesUsedAggregate,
- String? quotaBytesUsedInTrash,
- String? quotaType,
- String? remainingChangeIds,
- String? rootFolderId,
- String? selfLink,
- List<
AboutTeamDriveThemes> ? teamDriveThemes, - User? user,
Implementation
About({
this.additionalRoleInfo,
this.canCreateDrives,
this.canCreateTeamDrives,
this.domainSharingPolicy,
this.driveThemes,
this.etag,
this.exportFormats,
this.features,
this.folderColorPalette,
this.importFormats,
this.isCurrentAppInstalled,
this.kind,
this.languageCode,
this.largestChangeId,
this.maxUploadSizes,
this.name,
this.permissionId,
this.quotaBytesByService,
this.quotaBytesTotal,
this.quotaBytesUsed,
this.quotaBytesUsedAggregate,
this.quotaBytesUsedInTrash,
this.quotaType,
this.remainingChangeIds,
this.rootFolderId,
this.selfLink,
this.teamDriveThemes,
this.user,
});