UCommentReadParams constructor
UCommentReadParams({})
Implementation
UCommentReadParams({
this.userId,
this.productId,
this.targetUserId,
this.showMedia,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.orderByCreatedAt,
this.orderByCreatedAtDesc,
this.orderByUpdatedAt,
this.orderByUpdatedAtDesc,
this.tags,
});