docs property

  1. @override
List<QueryDocumentSnapshot<T>> docs
override

Gets a list of all the documents included in this snapshot.

Implementation

@override
List<QueryDocumentSnapshot<T>> get docs => MergedList(_querySnapshots.map((e) => e.docs));