momentViewersCol static method

ColRef momentViewersCol({
  1. required String momentId,
})

Implementation

static ColRef momentViewersCol({required final String momentId}) => _ref
    .collection(momentsColName)
    .doc(momentId)
    .collection(momentViewersColName);