Input$AddUpvoteInput constructor

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

Implementation

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