CommunityPosts constructor

const CommunityPosts({
  1. required CommunityFeed feed,
  2. required List<Post?> posts,
})

Implementation

const CommunityPosts({required this.feed, required this.posts});