FollowingsData constructor

FollowingsData({
  1. List? followings,
  2. int? count,
  3. String? error,
})

Implementation

FollowingsData({this.followings, this.count, this.error});