WebApiModulesInventoryInventoryReceiptUnassignItemResponse constructor

WebApiModulesInventoryInventoryReceiptUnassignItemResponse({
  1. String? description,
  2. int? status,
  3. String? message,
})

Implementation

WebApiModulesInventoryInventoryReceiptUnassignItemResponse({
  this.description,
  this.status,
  this.message,
});