V2TimFollowInfo constructor

V2TimFollowInfo({
  1. String? resultInfo,
  2. int? followersCount,
  3. String? userID,
  4. int? resultCode,
  5. int? mutualFollowersCount,
  6. int? followingCount,
})

Implementation

V2TimFollowInfo({
  this.resultInfo,
  this.followersCount,
  this.userID,
  this.resultCode,
  this.mutualFollowersCount,
  this.followingCount,
});