hashtagFeedsCol static method

ColRef hashtagFeedsCol({
  1. required String hashtag,
})

Implementation

static ColRef hashtagFeedsCol({required final String hashtag}) =>
    _ref.collection(hashtagsColName).doc(hashtag).collection(feedsColName);