UCategoryUpdateParams constructor
UCategoryUpdateParams({})
Implementation
UCategoryUpdateParams({
required this.id,
this.title,
this.subtitle,
this.link,
this.location,
this.type,
this.order,
this.parentId,
this.relatedProducts,
this.addRelatedProducts,
this.removeRelatedProducts,
this.addTags,
this.removeTags,
this.tags,
});