Input$AddCommentInput constructor

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

Implementation

Input$AddCommentInput(
    {required this.body, this.clientMutationId, required this.subjectId});