WebApiModulesWarehouseCheckInCheckInSession class

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

Constructors

WebApiModulesWarehouseCheckInCheckInSession({String? contractId, String? contractType, String? dealId, String? departmentId, String? locationId, String? warehouseId, String? moduleType, List<String>? orderIds})
WebApiModulesWarehouseCheckInCheckInSession.fromJson(Map<String, dynamic> json)
factory

Properties

contractId String?
final
contractType String?
final
dealId String?
final
departmentId String?
final
hashCode int
The hash code for this object.
no setteroverride
locationId String?
final
moduleType String?
final
orderIds List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warehouseId String?
final

Methods

copyWith({String? contractId, String? contractType, String? dealId, String? departmentId, String? locationId, String? warehouseId, String? moduleType, List<String>? orderIds}) WebApiModulesWarehouseCheckInCheckInSession

Available on WebApiModulesWarehouseCheckInCheckInSession, provided by the $WebApiModulesWarehouseCheckInCheckInSessionExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<String?>? contractType, Wrapped<String?>? dealId, Wrapped<String?>? departmentId, Wrapped<String?>? locationId, Wrapped<String?>? warehouseId, Wrapped<String?>? moduleType, Wrapped<List<String>?>? orderIds}) WebApiModulesWarehouseCheckInCheckInSession

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