About constructor

About({
  1. List<AboutAdditionalRoleInfo>? additionalRoleInfo,
  2. bool? canCreateDrives,
  3. bool? canCreateTeamDrives,
  4. String? domainSharingPolicy,
  5. List<AboutDriveThemes>? driveThemes,
  6. String? etag,
  7. List<AboutExportFormats>? exportFormats,
  8. List<AboutFeatures>? features,
  9. List<String>? folderColorPalette,
  10. List<AboutImportFormats>? importFormats,
  11. bool? isCurrentAppInstalled,
  12. String? kind,
  13. String? languageCode,
  14. String? largestChangeId,
  15. List<AboutMaxUploadSizes>? maxUploadSizes,
  16. String? name,
  17. String? permissionId,
  18. List<AboutQuotaBytesByService>? quotaBytesByService,
  19. String? quotaBytesTotal,
  20. String? quotaBytesUsed,
  21. String? quotaBytesUsedAggregate,
  22. String? quotaBytesUsedInTrash,
  23. String? quotaType,
  24. String? remainingChangeIds,
  25. String? rootFolderId,
  26. String? selfLink,
  27. List<AboutTeamDriveThemes>? teamDriveThemes,
  28. 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,
});