StockAllocation.fromJson constructor

StockAllocation.fromJson(
  1. Map<String, dynamic> json
)

Implementation

StockAllocation.fromJson(Map<String, dynamic> json) {
  stockRequestId = json['stockRequestId'];
  stockAllocationStatus = json['stockAllocationStatus'];
}