FirestoreCollectionPath constructor

const FirestoreCollectionPath(
  1. String collection, {
  2. PathSegment? parent,
})

Implementation

const FirestoreCollectionPath(super.collection, {super.parent});