StockAllocation constructor
StockAllocation({
- String? stockRequestId,
- String? stockAllocationStatus,
- List<
TrackingDetail> ? trackingDetails,
Implementation
StockAllocation({
this.stockRequestId,
this.stockAllocationStatus,
this.trackingDetails,
});