docRef<T extends StoreEntity> method

DocumentRef<T, Doc<T>> docRef <T extends StoreEntity>(
  1. String documentId
)

Implementation

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