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