QuerySnapshotForAll<T extends Object?> constructor
QuerySnapshotForAll<T extends Object?> (
- List<
DocumentSnapshotForAll< _docs, {T> > - required List<
DocumentChange< docChanges,Object?> >
Implementation
QuerySnapshotForAll(this._docs, {required List<DocumentChange> docChanges}) {
_docChanges = docChanges;
}