parent property

The parent CollectionReference of this document.

Implementation

CollectionReference get parent =>
    CollectionReference._(firestore, _delegate.parent);