ListPullRequestCommentsResponse constructor

ListPullRequestCommentsResponse({
  1. String? nextPageToken,
  2. List<PullRequestComment>? pullRequestComments,
})

Implementation

ListPullRequestCommentsResponse({
  this.nextPageToken,
  this.pullRequestComments,
});