FollowStats constructor

const FollowStats({
  1. required Following following,
  2. required Followers followers,
})

Builds a FollowStats.

Implementation

const FollowStats({
  required this.following,
  required this.followers,
});