UFollowerFollowingCountResponse constructor

UFollowerFollowingCountResponse({
  1. required int followers,
  2. required int followedUsers,
  3. required int followedProducts,
  4. required int followedCategories,
})

Implementation

UFollowerFollowingCountResponse({
  required this.followers,
  required this.followedUsers,
  required this.followedProducts,
  required this.followedCategories,
});