JWR constructor

JWR({
  1. dynamic body,
  2. dynamic headers,
  3. dynamic statusCode,
})

Implementation

JWR({body, headers, statusCode});