queries property

Map<int, PendingQuery> queries
final

Maps the query id to the completer that will resolve the query

Implementation

final Map<int, PendingQuery> queries = {};