MastodonTimelinesAccess constructor
- MastodonTimelineLiveFeeds? liveFeeds,
- MastodonTimelineHashtagFeeds? hashtagFeeds,
- MastodonTimelineLiveFeeds? trendingLinkFeeds,
Implementation
const MastodonTimelinesAccess({
this.liveFeeds,
this.hashtagFeeds,
this.trendingLinkFeeds,
});