WebApiModulesUtilitiesUserProfileUserProfile constructor

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. String? successSoundId,
  13. String? successSound,
  14. String? successBase64Sound,
  15. String? errorSoundId,
  16. String? errorSound,
  17. String? errorBase64Sound,
  18. String? notificationSoundId,
  19. String? notificationSound,
  20. String? notificationBase64Sound,
  21. String? favoritesJson,
  22. int? firstDayOfWeek,
  23. bool? settingsNavigationMenuVisible,
  24. bool? reportsNavigationMenuVisible,
  25. bool? mainMenuPinned,
  26. bool? webAdministrator,
  27. String? quikActivitySetting,
  28. String? emailSignature,
  29. String? newPassword,
  30. String? oldPassword,
  31. String? locale,
  32. String? availabilityPreference,
  33. bool? availabilityAllWarehouses,
  34. String? emailApp,
  35. bool? addRentalWorksUserSignature,
  36. String? dateStamp,
  37. String? auditNote,
  38. String? recordTitle,
  39. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  40. List<FwStandardDataFwCustomValue>? custom,
  41. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  42. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesUtilitiesUserProfileUserProfile({
  this.webUserId,
  this.userName,
  this.userId,
  this.loginName,
  this.browseDefaultRows,
  this.gridDefaultRows,
  this.applicationTheme,
  this.homeMenuGuid,
  this.homeMenuPath,
  this.languageId,
  this.language,
  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.emailApp,
  this.addRentalWorksUserSignature,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});