DocumentSnapshots<T extends Object?> constructor
DocumentSnapshots<T extends Object?> (
- DocRef<
T> reference
Implementation
DocumentSnapshots(DocRef<T> reference) {
_reference = reference;
}