Input$UpdateDiscussionCommentInput constructor

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

Implementation

Input$UpdateDiscussionCommentInput(
    {required this.body, this.clientMutationId, required this.commentId});