ProjectAccessRight constructor

ProjectAccessRight({
  1. bool? bank,
  2. bool? accountPayable,
  3. bool? accountReceivable,
  4. bool? asset,
  5. bool? department,
  6. bool? settings,
  7. bool? generalLedger,
  8. bool? hrd,
  9. bool? logistic,
  10. bool? purchaseOrder,
  11. bool? stock,
  12. bool? warehousing,
  13. bool? tasks,
  14. bool? saleorder,
  15. bool? pos,
  16. bool? service,
})

Implementation

ProjectAccessRight({
  this.bank,
  this.accountPayable,
  this.accountReceivable,
  this.asset,
  this.department,
  this.settings,
  this.generalLedger,
  this.hrd,
  this.logistic,
  this.purchaseOrder,
  this.stock,
  this.warehousing,
  this.tasks,
  this.saleorder,
  this.pos,
  this.service,
});