WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest constructor

WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest({
  1. String? orderId,
  2. int? insertAtIndex,
  3. String? sessionId,
})

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest({
  this.orderId,
  this.insertAtIndex,
  this.sessionId,
});