CollectStockHistoryDetailsContentModel constructor

CollectStockHistoryDetailsContentModel({
  1. String? transferOrderId,
  2. int? assetCount,
  3. int? pogId,
  4. String? productCode,
  5. String? productId,
  6. String? productName,
})

Implementation

CollectStockHistoryDetailsContentModel({
  this.transferOrderId,
  this.assetCount,
  this.pogId,
  this.productCode,
  this.productId,
  this.productName,
});