feedFollowersCol static method

ColRef feedFollowersCol({
  1. required String feedId,
})

Implementation

static ColRef feedFollowersCol({required final String feedId}) => _ref
    .collection(feedsColName)
    .doc(feedId)
    .collection(feedFollowersColName);