parent property

Return the parent CollectionReferencePlatform of this document.

Implementation

CollectionReferencePlatform get parent {
  return firestore.collection(_pointer.parentPath()!);
}