WebApiLogicAppFuncGetSettingsResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Methods

copyWith({WebApiLogicAppFuncUserSettingsResponse? userSettings, WebApiLogicAppFuncCustomFieldsResponse? customFields, WebApiLogicAppFuncCustomFormsResponse? customForms, WebApiLogicAppFuncDefaultSettingsResponse? defaultSettings, WebApiLogicAppFuncInventorySettingsResponse? inventorySettings, WebApiLogicAppFuncConsignmentSettingsResponse? consignmentSettings, WebApiLogicAppFuncSystemSettingsResponse? systemSettings, WebApiLogicAppFuncDepartmentSettingsResponse? department, WebApiLogicAppFuncDocumentBarcodeSettingsResponse? documentBarcodeSettings, WebApiLogicAppFuncSystemNumbersResponse? systemNumbers, WebApiLogicAppFuncWarehouseResponse? warehouses, bool? isTraining, bool? isQA, bool? hasDataWarehouse}) WebApiLogicAppFuncGetSettingsResponse

Available on WebApiLogicAppFuncGetSettingsResponse, provided by the $WebApiLogicAppFuncGetSettingsResponseExtension extension

copyWithWrapped({Wrapped<WebApiLogicAppFuncUserSettingsResponse?>? userSettings, Wrapped<WebApiLogicAppFuncCustomFieldsResponse?>? customFields, Wrapped<WebApiLogicAppFuncCustomFormsResponse?>? customForms, Wrapped<WebApiLogicAppFuncDefaultSettingsResponse?>? defaultSettings, Wrapped<WebApiLogicAppFuncInventorySettingsResponse?>? inventorySettings, Wrapped<WebApiLogicAppFuncConsignmentSettingsResponse?>? consignmentSettings, Wrapped<WebApiLogicAppFuncSystemSettingsResponse?>? systemSettings, Wrapped<WebApiLogicAppFuncDepartmentSettingsResponse?>? department, Wrapped<WebApiLogicAppFuncDocumentBarcodeSettingsResponse?>? documentBarcodeSettings, Wrapped<WebApiLogicAppFuncSystemNumbersResponse?>? systemNumbers, Wrapped<WebApiLogicAppFuncWarehouseResponse?>? warehouses, Wrapped<bool?>? isTraining, Wrapped<bool?>? isQA, Wrapped<bool?>? hasDataWarehouse}) WebApiLogicAppFuncGetSettingsResponse

Available on WebApiLogicAppFuncGetSettingsResponse, provided by the $WebApiLogicAppFuncGetSettingsResponseExtension 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 WebApiLogicAppFuncGetSettingsResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiLogicAppFuncGetSettingsResponse instance)