UCategoryCreateParams constructor
UCategoryCreateParams({})
Implementation
UCategoryCreateParams({
required this.title,
required this.tags,
this.id,
this.subtitle,
this.parentId,
this.order,
this.location,
this.type,
this.link,
this.relatedProducts,
});