WebDavPropWithoutValues constructor

const WebDavPropWithoutValues({
  1. List<String?>? davCreationdate,
  2. List<String?>? davDisplayname,
  3. List<String?>? davGetcontentlanguage,
  4. List<String?>? davGetcontentlength,
  5. List<String?>? davGetcontenttype,
  6. List<String?>? davGetetag,
  7. List<String?>? davGetlastmodified,
  8. List<String?>? davQuotaAvailableBytes,
  9. List<String?>? davQuotaUsedBytes,
  10. List<String?>? davResourcetype,
  11. List<String?>? ncAclCanManage,
  12. List<String?>? ncAclEnabled,
  13. List<String?>? ncAclList,
  14. List<String?>? ncContainedFileCount,
  15. List<String?>? ncContainedFolderCount,
  16. List<String?>? ncCreationTime,
  17. List<String?>? ncDataFingerprint,
  18. List<String?>? ncGroupFolderId,
  19. List<String?>? ncHasPreview,
  20. List<String?>? ncHidden,
  21. List<String?>? ncInheritedAclList,
  22. List<String?>? ncIsEncrypted,
  23. List<String?>? ncIsMountRoot,
  24. List<String?>? ncLock,
  25. List<String?>? ncLockOwner,
  26. List<String?>? ncLockOwnerDisplayname,
  27. List<String?>? ncLockOwnerEditor,
  28. List<String?>? ncLockOwnerType,
  29. List<String?>? ncLockTime,
  30. List<String?>? ncLockTimeout,
  31. List<String?>? ncLockToken,
  32. List<String?>? ncMetadataEtag,
  33. List<String?>? ncMountType,
  34. List<String?>? ncNote,
  35. List<String?>? ncReminderDueDate,
  36. List<String?>? ncRichWorkspace,
  37. List<String?>? ncRichWorkspaceFile,
  38. List<String?>? ncShareAttributes,
  39. List<String?>? ncSharees,
  40. List<String?>? ncUploadTime,
  41. List<String?>? ncVersionAuthor,
  42. List<String?>? ncVersionLabel,
  43. List<String?>? ocChecksums,
  44. List<String?>? ocCommentsCount,
  45. List<String?>? ocCommentsHref,
  46. List<String?>? ocCommentsUnread,
  47. List<String?>? ocDownloadURL,
  48. List<String?>? ocFavorite,
  49. List<String?>? ocFileid,
  50. List<String?>? ocId,
  51. List<String?>? ocOwnerDisplayName,
  52. List<String?>? ocOwnerId,
  53. List<String?>? ocPermissions,
  54. List<String?>? ocShareTypes,
  55. List<String?>? ocSize,
  56. List<String?>? ocTags,
  57. List<String?>? ocmSharePermissions,
  58. List<String?>? ocsSharePermissions,
})

Implementation

const WebDavPropWithoutValues({
  this.davCreationdate,
  this.davDisplayname,
  this.davGetcontentlanguage,
  this.davGetcontentlength,
  this.davGetcontenttype,
  this.davGetetag,
  this.davGetlastmodified,
  this.davQuotaAvailableBytes,
  this.davQuotaUsedBytes,
  this.davResourcetype,
  this.ncAclCanManage,
  this.ncAclEnabled,
  this.ncAclList,
  this.ncContainedFileCount,
  this.ncContainedFolderCount,
  this.ncCreationTime,
  this.ncDataFingerprint,
  this.ncGroupFolderId,
  this.ncHasPreview,
  this.ncHidden,
  this.ncInheritedAclList,
  this.ncIsEncrypted,
  this.ncIsMountRoot,
  this.ncLock,
  this.ncLockOwner,
  this.ncLockOwnerDisplayname,
  this.ncLockOwnerEditor,
  this.ncLockOwnerType,
  this.ncLockTime,
  this.ncLockTimeout,
  this.ncLockToken,
  this.ncMetadataEtag,
  this.ncMountType,
  this.ncNote,
  this.ncReminderDueDate,
  this.ncRichWorkspace,
  this.ncRichWorkspaceFile,
  this.ncShareAttributes,
  this.ncSharees,
  this.ncUploadTime,
  this.ncVersionAuthor,
  this.ncVersionLabel,
  this.ocChecksums,
  this.ocCommentsCount,
  this.ocCommentsHref,
  this.ocCommentsUnread,
  this.ocDownloadURL,
  this.ocFavorite,
  this.ocFileid,
  this.ocId,
  this.ocOwnerDisplayName,
  this.ocOwnerId,
  this.ocPermissions,
  this.ocShareTypes,
  this.ocSize,
  this.ocTags,
  this.ocmSharePermissions,
  this.ocsSharePermissions,
});