DriveCapabilities constructor

DriveCapabilities({
  1. bool? addChildNodePermission,
  2. bool? writerHasCopyPermission,
  3. bool? commentPermission,
  4. bool? copyPermission,
  5. bool? deletePermission,
  6. bool? deleteChildNodePermission,
  7. bool? downloadPermission,
  8. bool? editPermission,
  9. bool? listChildNodePermission,
  10. bool? readHistoryVersionPermission,
  11. bool? removeChildNodePermission,
  12. bool? renameFilePermission,
  13. bool? shareFilePermission,
  14. bool? recyclePermission,
  15. bool? recycleChildNodePermission,
  16. bool? unrecyclePermission,
})

Implementation

DriveCapabilities({
  this.addChildNodePermission,
  this.writerHasCopyPermission,
  this.commentPermission,
  this.copyPermission,
  this.deletePermission,
  this.deleteChildNodePermission,
  this.downloadPermission,
  this.editPermission,
  this.listChildNodePermission,
  this.readHistoryVersionPermission,
  this.removeChildNodePermission,
  this.renameFilePermission,
  this.shareFilePermission,
  this.recyclePermission,
  this.recycleChildNodePermission,
  this.unrecyclePermission,
});