UCommentReadParams constructor

UCommentReadParams({
  1. String? creatorId,
  2. String? productId,
  3. String? blogId,
  4. String? userId,
  5. int? pageSize,
  6. int? pageNumber,
  7. DateTime? fromCreatedAt,
  8. DateTime? toCreatedAt,
  9. List<int>? tags,
  10. CommentSelectorArgs? selectorArgs,
  11. int? orderBy,
  12. List<String>? ids,
})

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,
});