UBlogReadParams constructor
UBlogReadParams({})
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,
});