CreatePullRequestReview constructor

CreatePullRequestReview(
  1. String owner,
  2. String repo,
  3. int pullNumber,
  4. String event, {
  5. String? body,
  6. List<PullRequestReviewComment>? comments,
})

Implementation

CreatePullRequestReview(this.owner, this.repo, this.pullNumber, this.event,
    {this.body, this.comments});