WebApiLogicAppFuncUserSettingsResponse constructor

WebApiLogicAppFuncUserSettingsResponse({
  1. String? successBase64Sound,
  2. String? errorBase64Sound,
  3. String? notificationBase64Sound,
  4. bool? webAdministrator,
  5. String? homeMenuGuid,
  6. String? homeMenuPath,
  7. bool? reportsNavigationMenuVisible,
  8. bool? settingsNavigationMenuVisible,
  9. bool? mainMenuPinned,
  10. String? quikActivitySetting,
  11. String? favoritesJson,
  12. String? emailSignature,
  13. String? availabilityPreference,
  14. bool? availabilityAllWarehouses,
})

Implementation

WebApiLogicAppFuncUserSettingsResponse({
  this.successBase64Sound,
  this.errorBase64Sound,
  this.notificationBase64Sound,
  this.webAdministrator,
  this.homeMenuGuid,
  this.homeMenuPath,
  this.reportsNavigationMenuVisible,
  this.settingsNavigationMenuVisible,
  this.mainMenuPinned,
  this.quikActivitySetting,
  this.favoritesJson,
  this.emailSignature,
  this.availabilityPreference,
  this.availabilityAllWarehouses,
});