commentsCol static method

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

Implementation

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