WebApiLogicAppFuncSessionUser constructor

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

Implementation

WebApiLogicAppFuncSessionUser({
  this.webusersid,
  this.usersid,
  this.contactid,
  this.usertype,
  this.email,
  this.emailapp,
  this.addsignaturetodraft,
  this.fullname,
  this.name,
  this.browsedefaultrows,
  this.griddefaultrows,
  this.applicationtheme,
  this.locale,
  this.locationid,
  this.location,
  this.languageid,
  this.language,
  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,
  this.creditCardPinPadId,
  this.creditCardPinPad,
});