UCommentReadParams constructor
UCommentReadParams({})
Implementation
UCommentReadParams({
this.creatorId,
this.productId,
this.blogId,
this.userId,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.selectorArgs,
this.orderBy,
this.ids,
});