CollectStockHistoryAssetContentModel constructor

CollectStockHistoryAssetContentModel({
  1. String? transferOrderId,
  2. List<CollectStockHistoryAssetDetailsModel>? assetDetails,
  3. String? productCode,
})

Implementation

CollectStockHistoryAssetContentModel({
  this.transferOrderId,
  this.assetDetails,
  this.productCode,
});