UProductReadParams constructor
UProductReadParams({
- String? query,
- String? title,
- String? code,
- String? parentId,
- String? userId,
- int? minStock,
- int? maxStock,
- double? minPrice,
- double? maxPrice,
- bool? showCategories,
- bool? showCategoriesMedia,
- bool? showMedia,
- bool? showUser,
- bool? showUserMedia,
- bool? showUserCategory,
- bool? showChildren,
- bool? showChildrenDepth,
- List<
String> ? ids, - int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- bool? orderByCreatedAt,
- bool? orderByCreatedAtDesc,
- bool? orderByUpdatedAt,
- bool? orderByUpdatedAtDesc,
- List<
int> ? tags, - bool? showCommentCount,
- bool? showIsFollowing,
- bool? showChildrenCount,
Implementation
UProductReadParams({
this.query,
this.title,
this.code,
this.parentId,
this.userId,
this.minStock,
this.maxStock,
this.minPrice,
this.maxPrice,
this.showCategories,
this.showCategoriesMedia,
this.showMedia,
this.showUser,
this.showUserMedia,
this.showUserCategory,
this.showChildren,
this.showChildrenDepth,
this.ids,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.orderByCreatedAt,
this.orderByCreatedAtDesc,
this.orderByUpdatedAt,
this.orderByUpdatedAtDesc,
this.tags,
this.showCommentCount,
this.showIsFollowing,
this.showChildrenCount,
});