env property

Map<String, String> env

An immutable dictionary containing environment information passed from the server. This is where information such as CGI/WSGI/Rack keys go that are not HTTP headers.

Implementation

Map<String, String> get env => Map.unmodifiable(_env ?? const {});