docs property

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

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

Implementation

@override
final List<QueryDocumentSnapshot<T>> docs;