StockAllocation constructor

StockAllocation({
  1. String? stockRequestId,
  2. String? stockAllocationStatus,
  3. List<TrackingDetail>? trackingDetails,
})

Implementation

StockAllocation({
  this.stockRequestId,
  this.stockAllocationStatus,
  this.trackingDetails,
});