CollectionReferencePlatform constructor

CollectionReferencePlatform(
  1. FirebaseFirestorePlatform firestore,
  2. String path
)

Create a CollectionReferencePlatform from a path

Implementation

CollectionReferencePlatform(
  FirebaseFirestorePlatform firestore,
  String path,
)   : _pointer = Pointer(path),
      super(firestore, <String, dynamic>{});