Article constructor

Article({
  1. required int? id,
  2. String? articlesId,
  3. String? articlesCode,
  4. String? articlesType,
  5. String? articlesStores,
  6. String? articlesOuvertureVente,
  7. int? articlesNbBilletsMax,
  8. String? articlesPrixPublic,
  9. String? articlesPuht,
  10. String? articlesPuttc,
  11. String? articlesTva,
  12. String? nbJours,
  13. String? articlesNomFr,
  14. String? articlesDescriptif,
  15. String? articlesDetailFr,
  16. String? articlesPlacement,
  17. String? articlesConditionsTarifaires,
  18. String? articlesUrl,
  19. String? articlesImage,
  20. String? articlesDateLibre,
  21. String? articlesDateDebut,
  22. String? articlesDateFin,
  23. String? articlesHeureDebut,
  24. String? articlesHeureFin,
  25. String? articlesConditionsFr,
  26. String? articlesPack,
  27. int? articlesMinimumCmd,
  28. int? articlesMultipleCmd,
  29. String? articlesAssuranceNonDisponible,
  30. String? articlesNomObligatoire,
  31. String? articlesPrenomObligatoire,
  32. String? articlesNaissanceObligatoire,
  33. String? articlesDateJourObligatoire,
  34. String? articlesPrevente,
  35. String? articlesDateModification,
  36. String? articlesDateCreation,
  37. String? articlesActif,
  38. String? articlesHeureObligatoire,
  39. num? articlesRemiseBtob,
  40. String? articlesValeurVariable,
  41. String? articlesValeur,
  42. String? articlesValeurMin,
  43. String? articlesValeurMax,
  44. String? articlesRestockage,
  45. String? articlesCumulable,
  46. String? articlesNbCumulable,
  47. String? articlesPlafond,
  48. String? articlesTarifs,
  49. int? partnerId,
  50. List<String>? checks,
  51. int? articlesCategory,
  52. List<ArticleTarif>? tarifs,
})

Implementation

Article({
  required this.id,
  this.articlesId,
  this.articlesCode,
  this.articlesType,
  this.articlesStores,
  this.articlesOuvertureVente,
  this.articlesNbBilletsMax,
  this.articlesPrixPublic,
  this.articlesPuht,
  this.articlesPuttc,
  this.articlesTva,
  this.nbJours,
  this.articlesNomFr,
  this.articlesDescriptif,
  this.articlesDetailFr,
  this.articlesPlacement,
  this.articlesConditionsTarifaires,
  this.articlesUrl,
  this.articlesImage,
  this.articlesDateLibre,
  this.articlesDateDebut,
  this.articlesDateFin,
  this.articlesHeureDebut,
  this.articlesHeureFin,
  this.articlesConditionsFr,
  this.articlesPack,
  this.articlesMinimumCmd,
  this.articlesMultipleCmd,
  this.articlesAssuranceNonDisponible,
  this.articlesNomObligatoire,
  this.articlesPrenomObligatoire,
  this.articlesNaissanceObligatoire,
  this.articlesDateJourObligatoire,
  this.articlesPrevente,
  this.articlesDateModification,
  this.articlesDateCreation,
  this.articlesActif,
  this.articlesHeureObligatoire,
  this.articlesRemiseBtob,
  this.articlesValeurVariable,
  this.articlesValeur,
  this.articlesValeurMin,
  this.articlesValeurMax,
  this.articlesRestockage,
  this.articlesCumulable,
  this.articlesNbCumulable,
  this.articlesPlafond,
  this.articlesTarifs,
  this.partnerId,
  this.checks,
  this.articlesCategory,
  this.tarifs,
});