queries property

Map<int, Completer<RpcResponse>> queries
final

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

Implementation

final Map<int, Completer<RpcResponse>> queries = {};