UCategoryReadParams constructor

UCategoryReadParams({
  1. List<String>? ids,
  2. int? pageSize,
  3. int? pageNumber,
  4. List<int>? tags,
  5. CategorySelectorArgs? selectorArgs,
  6. int? orderBy,
  7. DateTime? fromCreatedAt,
  8. DateTime? toCreatedAt,
  9. String? creatorId,
})

Implementation

UCategoryReadParams({
  this.ids,
  this.pageSize,
  this.pageNumber,
  this.tags,
  this.selectorArgs,
  this.orderBy,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.creatorId,
});