UFollowerFollowingCountResponse.fromMap constructor
Implementation
factory UFollowerFollowingCountResponse.fromMap(Map<String, dynamic> json) => UFollowerFollowingCountResponse(
followers: json["followers"],
followedUsers: json["followedUsers"],
followedProducts: json["followedProducts"],
followedCategories: json["followedCategories"],
);