collection property

CollectionReference<Json> get collection

The Firestore collection for this source.

Implementation

CollectionReference<Json> get collection =>
    _collection ??= firestore.collection(collectionName);