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.
Map<String, String> get env => Map.unmodifiable(_env ?? const {});