WebApiModulesAccountServicesAccountSystemSettingsResponse constructor

const WebApiModulesAccountServicesAccountSystemSettingsResponse({
  1. String? defaultUnitId,
  2. String? defaultRank,
  3. bool? userAssignedICodes,
  4. bool? quikScanStageBySession,
  5. FwStandardSqlServerFwJsonDataTable? barcodeSkipPrefixes,
  6. bool? enableOriginalShow,
  7. bool? enablePropsWardrobe,
  8. bool? enableSetsWalls,
  9. bool? isStorefrontHosted,
  10. bool? isStorefrontApiEnabled,
  11. bool? isUniversity,
  12. DateTime? systemUTCDateTime,
})

Implementation

const WebApiModulesAccountServicesAccountSystemSettingsResponse({
  this.defaultUnitId,
  this.defaultRank,
  this.userAssignedICodes,
  this.quikScanStageBySession,
  this.barcodeSkipPrefixes,
  this.enableOriginalShow,
  this.enablePropsWardrobe,
  this.enableSetsWalls,
  this.isStorefrontHosted,
  this.isStorefrontApiEnabled,
  this.isUniversity,
  this.systemUTCDateTime,
});