PassedAssets constructor

PassedAssets({
  1. int? id,
  2. String? assetName,
  3. String? serialnumber,
  4. dynamic expiryDate,
  5. int? productId,
  6. int? productTypeId,
  7. int? vendorId,
  8. int? ownerId,
  9. int? statusId,
  10. dynamic purchaseOrderId,
  11. String? salesOrderId,
  12. int? warehouseId,
  13. dynamic description,
  14. dynamic serialnumberNumeric,
  15. String? productCode,
  16. String? productName,
})

Implementation

PassedAssets(
    {this.id,
    this.assetName,
    this.serialnumber,
    this.expiryDate,
    this.productId,
    this.productTypeId,
    this.vendorId,
    this.ownerId,
    this.statusId,
    this.purchaseOrderId,
    this.salesOrderId,
    this.warehouseId,
    this.description,
    this.serialnumberNumeric,
    this.productCode,
    this.productName});