WebApiModulesWarehouseCheckInSwapItem class

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

Constructors

WebApiModulesWarehouseCheckInSwapItem({String? iCode, String? description, String? inBarcode, String? inOrder, String? swappedWithBarcode, String? swappedWithOrder, String? scannedBy})
WebApiModulesWarehouseCheckInSwapItem.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
inBarcode String?
final
inOrder String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannedBy String?
final
swappedWithBarcode String?
final
swappedWithOrder String?
final

Methods

copyWith({String? iCode, String? description, String? inBarcode, String? inOrder, String? swappedWithBarcode, String? swappedWithOrder, String? scannedBy}) WebApiModulesWarehouseCheckInSwapItem

Available on WebApiModulesWarehouseCheckInSwapItem, provided by the $WebApiModulesWarehouseCheckInSwapItemExtension extension

copyWithWrapped({Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<String?>? inBarcode, Wrapped<String?>? inOrder, Wrapped<String?>? swappedWithBarcode, Wrapped<String?>? swappedWithOrder, Wrapped<String?>? scannedBy}) WebApiModulesWarehouseCheckInSwapItem

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