FollowersData.empty constructor

FollowersData.empty()

Implementation

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