docs property

List<QueryDocumentSnapshot<T>> docs
final

A list of all the documents in this QuerySnapshot.

Implementation

final List<QueryDocumentSnapshot<T>> docs;