issueComments property

List<IssueComment>? issueComments
getter/setter pair

The list of issue comments.

Implementation

core.List<IssueComment>? issueComments;