docRef<T extends StoreEntity> method
- String documentId
Implementation
DocumentRef<T, Doc<T>> docRef<T extends StoreEntity>(String documentId) => DocumentRef<T, Doc<T>>(
collectionRef: collectionRef<T>(),
id: documentId,
);