CollectionGroupRef<E, D extends Document<E>, DocRef extends DocumentRef<E, D>> constructor

CollectionGroupRef<E, D extends Document<E>, DocRef extends DocumentRef<E, D>>(
  1. String collectionPath
)

Implementation

CollectionGroupRef(String collectionPath)
    : super(FirebaseFirestore.instance.collectionGroup(collectionPath));