FirestoreDocumentPath constructor

const FirestoreDocumentPath(
  1. String document,
  2. FirestoreCollectionPath collection
)

Implementation

const FirestoreDocumentPath(
    super.document, FirestoreCollectionPath collection)
    : super(parent: collection);