WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequest class

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

Properties

dataField String?
final
hashCode int
The hash code for this object.
no setteroverride
inventoryReceiptId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double?
final

Methods

copyWith({String? inventoryReceiptId, double? value, String? dataField}) WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequest

Available on WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequest, provided by the $WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequestExtension extension

copyWithWrapped({Wrapped<String?>? inventoryReceiptId, Wrapped<double?>? value, Wrapped<String?>? dataField}) WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequest

Available on WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequest, provided by the $WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequestExtension 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