WebApiModulesAccountServicesAccountSystemSettingsResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesAccountServicesAccountSystemSettingsResponse({String? defaultUnitId, String? defaultRank, bool? userAssignedICodes, bool? quikScanStageBySession, FwStandardSqlServerFwJsonDataTable? barcodeSkipPrefixes, bool? enableOriginalShow, bool? enablePropsWardrobe, bool? enableSetsWalls})
-
WebApiModulesAccountServicesAccountSystemSettingsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- barcodeSkipPrefixes → FwStandardSqlServerFwJsonDataTable?
-
final
- defaultRank → String?
-
final
- defaultUnitId → String?
-
final
- enableOriginalShow → bool?
-
final
- enablePropsWardrobe → bool?
-
final
- enableSetsWalls → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- quikScanStageBySession → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAssignedICodes → bool?
-
final
Methods
-
copyWith(
{String? defaultUnitId, String? defaultRank, bool? userAssignedICodes, bool? quikScanStageBySession, FwStandardSqlServerFwJsonDataTable? barcodeSkipPrefixes, bool? enableOriginalShow, bool? enablePropsWardrobe, bool? enableSetsWalls}) → WebApiModulesAccountServicesAccountSystemSettingsResponse -
Available on WebApiModulesAccountServicesAccountSystemSettingsResponse, provided by the $WebApiModulesAccountServicesAccountSystemSettingsResponseExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? defaultUnitId, Wrapped<String?> ? defaultRank, Wrapped<bool?> ? userAssignedICodes, Wrapped<bool?> ? quikScanStageBySession, Wrapped<FwStandardSqlServerFwJsonDataTable?> ? barcodeSkipPrefixes, Wrapped<bool?> ? enableOriginalShow, Wrapped<bool?> ? enablePropsWardrobe, Wrapped<bool?> ? enableSetsWalls}) → WebApiModulesAccountServicesAccountSystemSettingsResponse -
Available on WebApiModulesAccountServicesAccountSystemSettingsResponse, provided by the $WebApiModulesAccountServicesAccountSystemSettingsResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesAccountServicesAccountSystemSettingsResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAccountServicesAccountSystemSettingsResponse instance)