Article constructor
Article({
- required int? id,
- String? articlesId,
- String? articlesCode,
- String? articlesType,
- String? articlesStores,
- String? articlesOuvertureVente,
- int? articlesNbBilletsMax,
- String? articlesPrixPublic,
- String? articlesPuht,
- String? articlesPuttc,
- String? articlesTva,
- String? nbJours,
- String? articlesNomFr,
- String? articlesDescriptif,
- String? articlesDetailFr,
- String? articlesPlacement,
- String? articlesConditionsTarifaires,
- String? articlesUrl,
- String? articlesImage,
- String? articlesDateLibre,
- String? articlesDateDebut,
- String? articlesDateFin,
- String? articlesHeureDebut,
- String? articlesHeureFin,
- String? articlesConditionsFr,
- String? articlesPack,
- int? articlesMinimumCmd,
- int? articlesMultipleCmd,
- String? articlesAssuranceNonDisponible,
- String? articlesNomObligatoire,
- String? articlesPrenomObligatoire,
- String? articlesNaissanceObligatoire,
- String? articlesDateJourObligatoire,
- String? articlesPrevente,
- String? articlesDateModification,
- String? articlesDateCreation,
- String? articlesActif,
- String? articlesHeureObligatoire,
- num? articlesRemiseBtob,
- String? articlesValeurVariable,
- String? articlesValeur,
- String? articlesValeurMin,
- String? articlesValeurMax,
- String? articlesRestockage,
- String? articlesCumulable,
- String? articlesNbCumulable,
- String? articlesPlafond,
- String? articlesTarifs,
- int? partnerId,
- List<
String> ? checks, - int? articlesCategory,
- 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,
});