WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest class

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

Constructors

WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest({String? containerItemId, String? itemId, String? inventoryId, String? warehouseId, String? consignorId, String? consignorAgreementId, double? quantity})
WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest.fromJson(Map<String, dynamic> json)
factory

Properties

consignorAgreementId String?
final
consignorId String?
final
containerItemId String?
final
hashCode int
The hash code for this object.
no setteroverride
inventoryId String?
final
itemId String?
final
quantity double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warehouseId String?
final

Methods

copyWith({String? containerItemId, String? itemId, String? inventoryId, String? warehouseId, String? consignorId, String? consignorAgreementId, double? quantity}) WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest

Available on WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest, provided by the $WebApiModulesHomeControlsContainerItemRemoveFromContainerRequestExtension extension

copyWithWrapped({Wrapped<String?>? containerItemId, Wrapped<String?>? itemId, Wrapped<String?>? inventoryId, Wrapped<String?>? warehouseId, Wrapped<String?>? consignorId, Wrapped<String?>? consignorAgreementId, Wrapped<double?>? quantity}) WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest

Available on WebApiModulesHomeControlsContainerItemRemoveFromContainerRequest, provided by the $WebApiModulesHomeControlsContainerItemRemoveFromContainerRequestExtension 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