issueComments property

IssueCommentsApi issueComments
latefinal

This resource represents issue comments. Use it to:

  • get, create, update, and delete a comment from an issue.
  • get all comments from issue.
  • get a list of comments by comment ID.

Implementation

late final issueComments = IssueCommentsApi(_client);