Input$RemoveReactionInput constructor

Input$RemoveReactionInput({
  1. String? clientMutationId,
  2. required Enum$ReactionContent content,
  3. required String subjectId,
})

Implementation

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