WebApiModulesAgentScheduleBarCodeReservationEvent class

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

Constructors

WebApiModulesAgentScheduleBarCodeReservationEvent({String? inventoryId, String? warehouseId, String? start, String? end, String? estimatedStopDate, bool? late, bool? lateButReturning, String? startdisplay, String? enddisplay, String? text, String? backColor, String? barColor, String? textColor, String? id, String? resource, String? orderId, String? orderNumber, String? rentalItemId, String? orderItemId, String? barCode, bool? qcRequired, String? total, String? qtyTotal, String? qtyIn, String? qtyStaged, String? qtyOut, String? qtyInRepair, String? qtyInTransit, String? qtyInContainer, String? qtyOnTruck, String? qtyOnPo, String? qtyQcRequired, String? qtyLate, String? qtyLateButReturning, String? rowType, String? consignor, String? consignorId, String? consignorAgreementNumber, String? consignorAgreementId})
WebApiModulesAgentScheduleBarCodeReservationEvent.fromJson(Map<String, dynamic> json)
factory

Properties

backColor String?
final
barCode String?
final
barColor String?
final
consignor String?
final
consignorAgreementId String?
final
consignorAgreementNumber String?
final
consignorId String?
final
end String?
final
enddisplay String?
final
estimatedStopDate String?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
inventoryId String?
final
late bool?
final
lateButReturning bool?
final
orderId String?
final
orderItemId String?
final
orderNumber String?
final
qcRequired bool?
final
qtyIn String?
final
qtyInContainer String?
final
qtyInRepair String?
final
qtyInTransit String?
final
qtyLate String?
final
qtyLateButReturning String?
final
qtyOnPo String?
final
qtyOnTruck String?
final
qtyOut String?
final
qtyQcRequired String?
final
qtyStaged String?
final
qtyTotal String?
final
rentalItemId String?
final
resource String?
final
rowType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String?
final
startdisplay String?
final
text String?
final
textColor String?
final
total String?
final
warehouseId String?
final

Methods

copyWith({String? inventoryId, String? warehouseId, String? start, String? end, String? estimatedStopDate, bool? late, bool? lateButReturning, String? startdisplay, String? enddisplay, String? text, String? backColor, String? barColor, String? textColor, String? id, String? resource, String? orderId, String? orderNumber, String? rentalItemId, String? orderItemId, String? barCode, bool? qcRequired, String? total, String? qtyTotal, String? qtyIn, String? qtyStaged, String? qtyOut, String? qtyInRepair, String? qtyInTransit, String? qtyInContainer, String? qtyOnTruck, String? qtyOnPo, String? qtyQcRequired, String? qtyLate, String? qtyLateButReturning, String? rowType, String? consignor, String? consignorId, String? consignorAgreementNumber, String? consignorAgreementId}) WebApiModulesAgentScheduleBarCodeReservationEvent

Available on WebApiModulesAgentScheduleBarCodeReservationEvent, provided by the $WebApiModulesAgentScheduleBarCodeReservationEventExtension extension

copyWithWrapped({Wrapped<String?>? inventoryId, Wrapped<String?>? warehouseId, Wrapped<String?>? start, Wrapped<String?>? end, Wrapped<String?>? estimatedStopDate, Wrapped<bool?>? late, Wrapped<bool?>? lateButReturning, Wrapped<String?>? startdisplay, Wrapped<String?>? enddisplay, Wrapped<String?>? text, Wrapped<String?>? backColor, Wrapped<String?>? barColor, Wrapped<String?>? textColor, Wrapped<String?>? id, Wrapped<String?>? resource, Wrapped<String?>? orderId, Wrapped<String?>? orderNumber, Wrapped<String?>? rentalItemId, Wrapped<String?>? orderItemId, Wrapped<String?>? barCode, Wrapped<bool?>? qcRequired, Wrapped<String?>? total, Wrapped<String?>? qtyTotal, Wrapped<String?>? qtyIn, Wrapped<String?>? qtyStaged, Wrapped<String?>? qtyOut, Wrapped<String?>? qtyInRepair, Wrapped<String?>? qtyInTransit, Wrapped<String?>? qtyInContainer, Wrapped<String?>? qtyOnTruck, Wrapped<String?>? qtyOnPo, Wrapped<String?>? qtyQcRequired, Wrapped<String?>? qtyLate, Wrapped<String?>? qtyLateButReturning, Wrapped<String?>? rowType, Wrapped<String?>? consignor, Wrapped<String?>? consignorId, Wrapped<String?>? consignorAgreementNumber, Wrapped<String?>? consignorAgreementId}) WebApiModulesAgentScheduleBarCodeReservationEvent

Available on WebApiModulesAgentScheduleBarCodeReservationEvent, provided by the $WebApiModulesAgentScheduleBarCodeReservationEventExtension 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