StockDeliveryHistoryAssetDetails constructor

StockDeliveryHistoryAssetDetails({
  1. int? id,
  2. int? transferOrderId,
  3. int? productId,
  4. String? productCode,
  5. int? assetId,
  6. String? status,
  7. String? comment,
  8. String? serialNumber,
  9. int? version,
  10. bool? missing,
  11. bool? excess,
})

Implementation

StockDeliveryHistoryAssetDetails(
    {this.id,
    this.transferOrderId,
    this.productId,
    this.productCode,
    this.assetId,
    this.status,
    this.comment,
    this.serialNumber,
    this.version,
    this.missing,
    this.excess});