context property

  1. @visibleForTesting
Map<String, Object> context

Extra context that can be used by for middleware and handlers.

The value is immutable.

Implementation

@visibleForTesting
Map<String, Object> get context => _response.context;