FirestoreDocumentPath constructor
const
FirestoreDocumentPath(
- String document,
- FirestoreCollectionPath collection
Implementation
const FirestoreDocumentPath(
super.document, FirestoreCollectionPath collection)
: super(parent: collection);