Input$UpdateIssueCommentInput constructor

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

Implementation

Input$UpdateIssueCommentInput(
    {required this.body, this.clientMutationId, required this.id});