Input$UnminimizeCommentInput constructor

Input$UnminimizeCommentInput({
  1. String? clientMutationId,
  2. required String subjectId,
})

Implementation

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