FollowersData.empty constructor
FollowersData.empty()
Implementation
factory FollowersData.empty() => FollowersData(followers: [], count: 0);
factory FollowersData.empty() => FollowersData(followers: [], count: 0);