WebApiModulesAgentOrderItemCompleteKitOption constructor

const WebApiModulesAgentOrderItemCompleteKitOption({
  1. String? inventoryId,
  2. String? inventoryPackageInventoryId,
  3. int? quantity,
})

Implementation

const WebApiModulesAgentOrderItemCompleteKitOption({
  this.inventoryId,
  this.inventoryPackageInventoryId,
  this.quantity,
});