docs property

  1. @override
List<QueryDocumentSnapshot<Map<String, dynamic>>> docs
override

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

Implementation

@override
List<QueryDocumentSnapshot<Map<String, dynamic>>> get docs => _docs;