CommentPageResult constructor

CommentPageResult(
  1. List<Comment> comments,
  2. String? nextUrl
)

Implementation

CommentPageResult(this.comments, this.nextUrl);