hashtagDoc static method

DocRef hashtagDoc({
  1. required String hashtag,
})

Implementation

static DocRef hashtagDoc({required final String hashtag}) =>
    _ref.collection(hashtagsColName).doc(hashtag);