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