MastodonTimelinesAccess constructor

const MastodonTimelinesAccess({
  1. MastodonTimelineLiveFeeds? liveFeeds,
  2. MastodonTimelineHashtagFeeds? hashtagFeeds,
  3. MastodonTimelineLiveFeeds? trendingLinkFeeds,
})

Implementation

const MastodonTimelinesAccess({
  this.liveFeeds,
  this.hashtagFeeds,
  this.trendingLinkFeeds,
});