menu
dart_firebase_admin package
documentation
firestore.dart
QuerySnapshot<T>
docs property
docs property
dark_mode
light_mode
docs
property
List
<
QueryDocumentSnapshot
<
T
>
>
docs
final
A list of all the documents in this QuerySnapshot.
Implementation
final List<QueryDocumentSnapshot<T>> docs;
dart_firebase_admin package
documentation
firestore
QuerySnapshot<T>
docs property
QuerySnapshot class