WebApiModulesUtilitiesUserProfileUserProfile constructor

const WebApiModulesUtilitiesUserProfileUserProfile({
  1. String? webUserId,
  2. String? userName,
  3. String? userId,
  4. String? loginName,
  5. int? browseDefaultRows,
  6. int? gridDefaultRows,
  7. String? applicationTheme,
  8. String? homeMenuGuid,
  9. String? homeMenuPath,
  10. String? languageId,
  11. String? language,
  12. int? soundProfileId,
  13. String? soundProfileName,
  14. String? favoritesJson,
  15. int? firstDayOfWeek,
  16. bool? settingsNavigationMenuVisible,
  17. bool? reportsNavigationMenuVisible,
  18. bool? showUnreservedQuotes,
  19. bool? mainMenuPinned,
  20. bool? webAdministrator,
  21. String? quikActivitySetting,
  22. String? emailSignature,
  23. String? newPassword,
  24. String? oldPassword,
  25. String? locale,
  26. String? availabilityPreference,
  27. bool? availabilityAllWarehouses,
  28. String? emailApp,
  29. bool? addRentalWorksUserSignature,
  30. String? quikSearchMode,
  31. bool? autoPrintContract,
  32. bool? showRentalItemsOutOnly,
  33. String? dateStamp,
  34. String? auditNote,
  35. String? recordTitle,
  36. dynamic urlIdentifier,
  37. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  38. List<FwStandardDataFwCustomValue>? custom,
  39. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  40. FwStandardBusinessLogicFwBusinessLogic? original,
  41. List<FwStandardDataFwTranslatedValue>? translation,
  42. bool? hasImport,
  43. bool? hasDocuments,
  44. String? createdByUserId,
  45. String? createdByUserName,
  46. String? createdDateTime,
  47. String? modifiedByUserId,
  48. String? modifiedByUserName,
  49. String? modifiedDateTime,
})

Implementation

const WebApiModulesUtilitiesUserProfileUserProfile({
  this.webUserId,
  this.userName,
  this.userId,
  this.loginName,
  this.browseDefaultRows,
  this.gridDefaultRows,
  this.applicationTheme,
  this.homeMenuGuid,
  this.homeMenuPath,
  this.languageId,
  this.language,
  this.soundProfileId,
  this.soundProfileName,
  this.favoritesJson,
  this.firstDayOfWeek,
  this.settingsNavigationMenuVisible,
  this.reportsNavigationMenuVisible,
  this.showUnreservedQuotes,
  this.mainMenuPinned,
  this.webAdministrator,
  this.quikActivitySetting,
  this.emailSignature,
  this.newPassword,
  this.oldPassword,
  this.locale,
  this.availabilityPreference,
  this.availabilityAllWarehouses,
  this.emailApp,
  this.addRentalWorksUserSignature,
  this.quikSearchMode,
  this.autoPrintContract,
  this.showRentalItemsOutOnly,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});