StockDeliveryHistoryModel constructor

StockDeliveryHistoryModel({
  1. String? message,
  2. bool? status,
  3. StockDeliveryHistoryData? data,
  4. String? linkId,
  5. List<ErrorModel>? errors,
})

Implementation

StockDeliveryHistoryModel(
    {this.message, this.status, this.data, this.linkId, this.errors});