Following constructor

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

Builds a Following.

Implementation

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