docs property

JSArray<QueryDocumentSnapshot> docs
getter/setter pair

An array of all the documents in the QuerySnapshot.

Implementation

external JSArray<QueryDocumentSnapshot> docs;