CommunityFeedQueryBuilder constructor

CommunityFeedQueryBuilder(
  1. GetCommunityFeedUsecase _usecase,
  2. String communityId
)

Implementation

CommunityFeedQueryBuilder(this._usecase, String communityId)
    : _request = GetCommunityFeedRequest(communityId: communityId);