sub method

FirestoreDocumentPath sub(
  1. String collection,
  2. String docId
)

Implementation

FirestoreDocumentPath sub(String collection, String docId) =>
    FirestoreDocumentPath(
        docId, parent!.toFirestoreCollection().doc(segment).col(collection));