CommunityPosts constructor
const
CommunityPosts({
- required CommunityFeed feed,
- required List<
Post?> posts,
Implementation
const CommunityPosts({required this.feed, required this.posts});