context property

Map<String, dynamic> context
final

Attaches additional information which can be used during parsing. i.e the HTTP request/response including headers

Implementation

final Map<String, dynamic> context;