Req constructor

Req(
  1. String _localKey,
  2. HttpRequest _req
)

Implementation

Req(this._localKey, this._req);