commentedFeedsCol static method

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

Implementation

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