userFollowersCol static method

ColRef userFollowersCol({
  1. required String uid,
})

Implementation

static ColRef userFollowersCol({required final String uid}) =>
    _ref.collection(usersColName).doc(uid).collection(userFollowersColName);