Input$AddDiscussionCommentInput constructor
Input$AddDiscussionCommentInput({})
Implementation
Input$AddDiscussionCommentInput(
{required this.body,
this.clientMutationId,
required this.discussionId,
this.replyToId});