Input$AddPullRequestReviewCommentInput constructor

Input$AddPullRequestReviewCommentInput({
  1. required String body,
  2. String? clientMutationId,
  3. String? commitOID,
  4. String? inReplyTo,
  5. String? path,
  6. int? position,
  7. String? pullRequestId,
  8. String? pullRequestReviewId,
})

Implementation

Input$AddPullRequestReviewCommentInput(
    {required this.body,
    this.clientMutationId,
    this.commitOID,
    this.inReplyTo,
    this.path,
    this.position,
    this.pullRequestId,
    this.pullRequestReviewId});