WebApiModulesWarehouseCheckInSerialNumbers class

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

Constructors

WebApiModulesWarehouseCheckInSerialNumbers({String? serialNumber, String? itemStatus, bool? inSession, bool? qCRequired, int? orderTranId, String? internalChar, String? orderId, String? orderItemId, String? inventoryId, String? vendorId, String? description, int? quantity})
WebApiModulesWarehouseCheckInSerialNumbers.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setteroverride
inSession bool?
final
internalChar String?
final
inventoryId String?
final
itemStatus String?
final
orderId String?
final
orderItemId String?
final
orderTranId int?
final
qCRequired bool?
final
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
final
vendorId String?
final

Methods

copyWith({String? serialNumber, String? itemStatus, bool? inSession, bool? qCRequired, int? orderTranId, String? internalChar, String? orderId, String? orderItemId, String? inventoryId, String? vendorId, String? description, int? quantity}) WebApiModulesWarehouseCheckInSerialNumbers

Available on WebApiModulesWarehouseCheckInSerialNumbers, provided by the $WebApiModulesWarehouseCheckInSerialNumbersExtension extension

copyWithWrapped({Wrapped<String?>? serialNumber, Wrapped<String?>? itemStatus, Wrapped<bool?>? inSession, Wrapped<bool?>? qCRequired, Wrapped<int?>? orderTranId, Wrapped<String?>? internalChar, Wrapped<String?>? orderId, Wrapped<String?>? orderItemId, Wrapped<String?>? inventoryId, Wrapped<String?>? vendorId, Wrapped<String?>? description, Wrapped<int?>? quantity}) WebApiModulesWarehouseCheckInSerialNumbers

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