QueryContext typedef

QueryContext = Map<String, dynamic>

Query context for post-processing

Implementation

typedef QueryContext = Map<String, dynamic>;