feedDoc static method

DocRef feedDoc({
  1. required String feedId,
})

Implementation

static DocRef feedDoc({required final String feedId}) =>
    _ref.collection(feedsColName).doc(feedId);