UBlogReadParams constructor

UBlogReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. String? creatorId,
  8. String? query,
  9. String? title,
  10. String? slug,
  11. List<String>? categories,
  12. BlogSelectorArgs? selectorArgs,
  13. int? orderBy,
  14. String? code,
  15. String? parentId,
})

Implementation

UBlogReadParams({
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.creatorId,
  this.query,
  this.title,
  this.slug,
  this.categories,
  this.selectorArgs,
  this.orderBy,
  this.code,
  this.parentId,
});