FileCapabilities constructor
      
      FileCapabilities({ 
    
    
- bool? canAcceptOwnership,
- bool? canAddChildren,
- bool? canAddFolderFromAnotherDrive,
- bool? canAddMyDriveParent,
- bool? canChangeCopyRequiresWriterPermission,
- bool? canChangeItemDownloadRestriction,
- bool? canChangeSecurityUpdateEnabled,
- bool? canChangeViewersCanCopyContent,
- bool? canComment,
- bool? canCopy,
- bool? canDelete,
- bool? canDeleteChildren,
- bool? canDisableInheritedPermissions,
- bool? canDownload,
- bool? canEdit,
- bool? canEnableInheritedPermissions,
- bool? canListChildren,
- bool? canModifyContent,
- bool? canModifyContentRestriction,
- bool? canModifyEditorContentRestriction,
- bool? canModifyLabels,
- bool? canModifyOwnerContentRestriction,
- bool? canMoveChildrenOutOfDrive,
- bool? canMoveChildrenOutOfTeamDrive,
- bool? canMoveChildrenWithinDrive,
- bool? canMoveChildrenWithinTeamDrive,
- bool? canMoveItemIntoTeamDrive,
- bool? canMoveItemOutOfDrive,
- bool? canMoveItemOutOfTeamDrive,
- bool? canMoveItemWithinDrive,
- bool? canMoveItemWithinTeamDrive,
- bool? canMoveTeamDriveItem,
- bool? canReadDrive,
- bool? canReadLabels,
- bool? canReadRevisions,
- bool? canReadTeamDrive,
- bool? canRemoveChildren,
- bool? canRemoveContentRestriction,
- bool? canRemoveMyDriveParent,
- bool? canRename,
- bool? canTrash,
- bool? canTrashChildren,
- bool? canUntrash,
Implementation
FileCapabilities({
  this.canAcceptOwnership,
  this.canAddChildren,
  this.canAddFolderFromAnotherDrive,
  this.canAddMyDriveParent,
  this.canChangeCopyRequiresWriterPermission,
  this.canChangeItemDownloadRestriction,
  this.canChangeSecurityUpdateEnabled,
  this.canChangeViewersCanCopyContent,
  this.canComment,
  this.canCopy,
  this.canDelete,
  this.canDeleteChildren,
  this.canDisableInheritedPermissions,
  this.canDownload,
  this.canEdit,
  this.canEnableInheritedPermissions,
  this.canListChildren,
  this.canModifyContent,
  this.canModifyContentRestriction,
  this.canModifyEditorContentRestriction,
  this.canModifyLabels,
  this.canModifyOwnerContentRestriction,
  this.canMoveChildrenOutOfDrive,
  this.canMoveChildrenOutOfTeamDrive,
  this.canMoveChildrenWithinDrive,
  this.canMoveChildrenWithinTeamDrive,
  this.canMoveItemIntoTeamDrive,
  this.canMoveItemOutOfDrive,
  this.canMoveItemOutOfTeamDrive,
  this.canMoveItemWithinDrive,
  this.canMoveItemWithinTeamDrive,
  this.canMoveTeamDriveItem,
  this.canReadDrive,
  this.canReadLabels,
  this.canReadRevisions,
  this.canReadTeamDrive,
  this.canRemoveChildren,
  this.canRemoveContentRestriction,
  this.canRemoveMyDriveParent,
  this.canRename,
  this.canShare,
  this.canTrash,
  this.canTrashChildren,
  this.canUntrash,
});