CommunityFeed constructor

const CommunityFeed({
  1. required List<Authorperm> postIds,
  2. required Map<String, int> lastOpIndices,
  3. required DateTime oldestQuery,
})

Implementation

const CommunityFeed({
  required this.postIds,
  required this.lastOpIndices,
  required this.oldestQuery,
});