Input$UnfollowUserInput constructor

Input$UnfollowUserInput({
  1. String? clientMutationId,
  2. required String userId,
})

Implementation

Input$UnfollowUserInput({this.clientMutationId, required this.userId});