Input$UpdatePullRequestReviewCommentInput constructor

Input$UpdatePullRequestReviewCommentInput({
  1. required String body,
  2. String? clientMutationId,
  3. required String pullRequestReviewCommentId,
})

Implementation

Input$UpdatePullRequestReviewCommentInput(
    {required this.body,
    this.clientMutationId,
    required this.pullRequestReviewCommentId});