FollowersData constructor

FollowersData({
  1. List? followers,
  2. int? count,
  3. String? error,
})

Implementation

FollowersData({this.followers, this.count, this.error});