pullRequestComments property

List<PullRequestComment>? pullRequestComments
getter/setter pair

The list of pull request comments.

Implementation

core.List<PullRequestComment>? pullRequestComments;