ModelUpdate constructor
ModelUpdate({
- String? nameDe,
- String? nameEn,
- String? nameFr,
- String? nameIt,
- ModelStatus? status,
- required String description,
- String? descriptionDe,
- String? descriptionEn,
- String? descriptionFr,
- String? descriptionIt,
- int? number,
- String? siteUrlDe,
- String? siteUrlEn,
- String? siteUrlFr,
- String? siteUrlIt,
- bool? scaleable,
- String? sku,
- double? price,
- required String? priceCurrency,
- bool? verticalPlacement,
Returns a new ModelUpdate instance.
Implementation
ModelUpdate({
this.nameDe,
this.nameEn,
this.nameFr,
this.nameIt,
this.status,
required this.description,
this.descriptionDe,
this.descriptionEn,
this.descriptionFr,
this.descriptionIt,
this.number,
this.siteUrlDe,
this.siteUrlEn,
this.siteUrlFr,
this.siteUrlIt,
this.scaleable,
this.sku,
this.price,
required this.priceCurrency,
this.verticalPlacement,
});