ListPullRequestCommentsResponse constructor
ListPullRequestCommentsResponse({
- String? nextPageToken,
- List<
PullRequestComment> ? pullRequestComments,
Implementation
ListPullRequestCommentsResponse({
this.nextPageToken,
this.pullRequestComments,
});