UProductReadParams constructor
UProductReadParams({
- String? query,
- String? title,
- String? code,
- String? parentId,
- String? creatorId,
- int? minStock,
- int? maxStock,
- List<
String> ? ids, - int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - ProductSelectorArgs? selectorArgs,
- List<
String> ? categories, - int? orderBy,
- String? slug,
Implementation
UProductReadParams({
this.query,
this.title,
this.code,
this.parentId,
this.creatorId,
this.minStock,
this.maxStock,
this.ids,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.selectorArgs,
this.categories,
this.orderBy,
this.slug,
});