DocumentSnapshots<T extends Object?> constructor

DocumentSnapshots<T extends Object?>(
  1. DocRef<T> reference
)

Implementation

DocumentSnapshots(DocRef<T> reference) {
  _reference = reference;
}