QuerySnapshotForAll<T extends Object?> constructor

QuerySnapshotForAll<T extends Object?>(
  1. List<DocumentSnapshotForAll<T>> _docs, {
  2. required List<DocumentChange<Object?>> docChanges,
})

Implementation

QuerySnapshotForAll(this._docs, {required List<DocumentChange> docChanges}) {
  _docChanges = docChanges;
}