UCategoryCreateParams constructor
UCategoryCreateParams({
- required String title,
- required List<
int> tags, - String? id,
- String? subtitle,
- String? parentId,
- int? order,
- String? address,
- String? phoneNumber,
- String? code,
- String? location,
- String? type,
- String? link,
- String? detail1,
- String? detail2,
- String? creatorId,
- List<
String> ? adminUserIds, - List<
UCategoryCreateParams> ? children, - List<
String> ? media,
Implementation
UCategoryCreateParams({
required this.title,
required this.tags,
this.id,
this.subtitle,
this.parentId,
this.order,
this.address,
this.phoneNumber,
this.code,
this.location,
this.type,
this.link,
this.relatedProducts,
this.detail1,
this.detail2,
this.creatorId,
this.adminUserIds,
this.children,
this.media,
});