FriendsFansSetFollowing constructor

FriendsFansSetFollowing({
  1. required int userId,
  2. required bool follow,
})

Implementation

FriendsFansSetFollowing({
  required this.userId,
  required this.follow,
});