StockDeliveryHistoryProductDetails constructor

StockDeliveryHistoryProductDetails({
  1. int? id,
  2. int? transferOrderId,
  3. int? productId,
  4. String? productCode,
  5. String? productName,
  6. String? productImagePath,
  7. int? count,
})

Implementation

StockDeliveryHistoryProductDetails(
    {this.id,
    this.transferOrderId,
    this.productId,
    this.productCode,
    this.productName,
    this.productImagePath,
    this.count});