Followers constructor

const Followers({
  1. required FeedId feed,
  2. int? count,
  3. List<String>? slugs,
})

Builds a Followers.

Implementation

const Followers({required this.feed, this.count, this.slugs});