UCommentReadParams constructor

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

Implementation

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