WebApiModulesUtilitiesUserProfileUserProfile constructor

WebApiModulesUtilitiesUserProfileUserProfile({
  1. String? webUserId,
  2. String? userName,
  3. String? userId,
  4. String? loginName,
  5. int? browseDefaultRows,
  6. String? applicationTheme,
  7. String? homeMenuGuid,
  8. String? homeMenuPath,
  9. String? successSoundId,
  10. String? successSound,
  11. String? successBase64Sound,
  12. String? errorSoundId,
  13. String? errorSound,
  14. String? errorBase64Sound,
  15. String? notificationSoundId,
  16. String? notificationSound,
  17. String? notificationBase64Sound,
  18. String? favoritesJson,
  19. int? firstDayOfWeek,
  20. bool? settingsNavigationMenuVisible,
  21. bool? reportsNavigationMenuVisible,
  22. bool? mainMenuPinned,
  23. bool? webAdministrator,
  24. String? quikActivitySetting,
  25. String? emailSignature,
  26. String? newPassword,
  27. String? oldPassword,
  28. String? locale,
  29. String? availabilityPreference,
  30. bool? availabilityAllWarehouses,
  31. String? dateStamp,
  32. String? auditNote,
  33. String? recordTitle,
  34. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  35. List<FwStandardDataFwCustomValue>? custom,
  36. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesUtilitiesUserProfileUserProfile({
  this.webUserId,
  this.userName,
  this.userId,
  this.loginName,
  this.browseDefaultRows,
  this.applicationTheme,
  this.homeMenuGuid,
  this.homeMenuPath,
  this.successSoundId,
  this.successSound,
  this.successBase64Sound,
  this.errorSoundId,
  this.errorSound,
  this.errorBase64Sound,
  this.notificationSoundId,
  this.notificationSound,
  this.notificationBase64Sound,
  this.favoritesJson,
  this.firstDayOfWeek,
  this.settingsNavigationMenuVisible,
  this.reportsNavigationMenuVisible,
  this.mainMenuPinned,
  this.webAdministrator,
  this.quikActivitySetting,
  this.emailSignature,
  this.newPassword,
  this.oldPassword,
  this.locale,
  this.availabilityPreference,
  this.availabilityAllWarehouses,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});