UContentReadParams constructor

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

Implementation

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