WebApiLogicAppFuncSessionUser constructor

WebApiLogicAppFuncSessionUser({
  1. String? webusersid,
  2. String? usersid,
  3. String? contactid,
  4. String? usertype,
  5. String? email,
  6. String? fullname,
  7. String? name,
  8. int? browsedefaultrows,
  9. String? applicationtheme,
  10. String? locationid,
  11. String? location,
  12. String? warehouseid,
  13. String? warehouse,
  14. String? departmentid,
  15. String? department,
  16. bool? webadministrator,
  17. int? firstdayofweek,
  18. String? rentalinventorydepartmentid,
  19. String? rentalinventorydepartment,
  20. String? salesinventorydepartmentid,
  21. String? salesinventorydepartment,
  22. String? partsinventorydepartmentid,
  23. String? partsinventorydepartment,
  24. String? transportationinvdepartmentid,
  25. String? transportationinvdepartment,
  26. String? laborinventorydepartmentid,
  27. String? laborinventorydepartment,
  28. String? miscinventorydepartmentid,
  29. String? miscinventorydepartment,
  30. String? spaceinventorydepartmentid,
  31. String? spaceinventorydepartment,
  32. bool? iscrew,
  33. bool? enablecreatecontract,
  34. bool? qsallowapplyallqtyitems,
  35. bool? allowcontractwithexceptions,
  36. bool? canInsertIntoActiveOrder,
})

Implementation

WebApiLogicAppFuncSessionUser({
  this.webusersid,
  this.usersid,
  this.contactid,
  this.usertype,
  this.email,
  this.fullname,
  this.name,
  this.browsedefaultrows,
  this.applicationtheme,
  this.locationid,
  this.location,
  this.warehouseid,
  this.warehouse,
  this.departmentid,
  this.department,
  this.webadministrator,
  this.firstdayofweek,
  this.rentalinventorydepartmentid,
  this.rentalinventorydepartment,
  this.salesinventorydepartmentid,
  this.salesinventorydepartment,
  this.partsinventorydepartmentid,
  this.partsinventorydepartment,
  this.transportationinvdepartmentid,
  this.transportationinvdepartment,
  this.laborinventorydepartmentid,
  this.laborinventorydepartment,
  this.miscinventorydepartmentid,
  this.miscinventorydepartment,
  this.spaceinventorydepartmentid,
  this.spaceinventorydepartment,
  this.iscrew,
  this.enablecreatecontract,
  this.qsallowapplyallqtyitems,
  this.allowcontractwithexceptions,
  this.canInsertIntoActiveOrder,
});