selfCollection property
CollectionReference<T>
get
selfCollection
Returns the collection reference of this document.
Implementation
CollectionReference<T> get selfCollection {
return DogFirestoreEngine.instance.collection<T>(_injectedPath);
}