Data constructor

Data({
  1. SellThruStockDeliverySubmitModelResponse? paymentCollectionResponse,
  2. StockUpdationResponse? stockUpdationResponse,
  3. OrderCreationResponse? orderCreationResponse,
})

Implementation

Data(
    {this.paymentCollectionResponse,
    this.stockUpdationResponse,
    this.orderCreationResponse});