Input$FollowUserInput constructor

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

Implementation

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