WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse class

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

Properties

addItems bool?
final
assignBarcodes bool?
final
hashCode int
The hash code for this object.
no setteroverride
print bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? assignBarcodes, bool? addItems, bool? print}) WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse

Available on WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse, provided by the $WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponseExtension extension

copyWithWrapped({Wrapped<bool?>? assignBarcodes, Wrapped<bool?>? addItems, Wrapped<bool?>? print}) WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse

Available on WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse, provided by the $WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponseExtension 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