BatchCreatePullRequestCommentsRequest constructor

BatchCreatePullRequestCommentsRequest({
  1. List<CreatePullRequestCommentRequest>? requests,
})

Implementation

BatchCreatePullRequestCommentsRequest({this.requests});