RunQueryResponse typedef

RunQueryResponse = List<RunQueryResponseElement>

The response for Firestore.RunQuery.

Implementation

typedef RunQueryResponse = core.List<RunQueryResponseElement>;