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, WebApiLogicAppFuncDepartmentActivitiesResponse? department, WebApiLogicAppFuncDocumentBarcodeSettingsResponse? documentBarcodeSettings, WebApiLogicAppFuncSystemNumbersResponse? systemNumbers, WebApiLogicAppFuncWarehouseResponse? warehouses, bool? isTraining, bool? isQA, 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)