ProductReference constructor

ProductReference({
  1. int? id,
  2. int? planDuration,
  3. int? rentDuration,
  4. int? workDuration,
  5. int? numberOfItems,
  6. String? reference,
  7. String? description,
  8. String? pictureUrl,
  9. String? codeReference,
  10. int? categoryId,
  11. int? purchaseType,
  12. int? warrantyDuration,
  13. int? serialNumberFormatId,
  14. String? label,
})

Implementation

ProductReference({this.id, this.planDuration, this.rentDuration, this.workDuration, this.numberOfItems, this.reference, this.description, this.pictureUrl, this.codeReference, this.categoryId, this.purchaseType, this.warrantyDuration, this.serialNumberFormatId, this.label});