momentDoc static method

DocRef momentDoc({
  1. required String momentId,
})

Implementation

static DocRef momentDoc({required final String momentId}) =>
    _ref.collection(momentsColName).doc(momentId);