DynamiteResponse<B, H> constructor
const
DynamiteResponse<B, H> (
- int statusCode,
- B body,
- H headers
Creates a new dynamite response.
Implementation
const DynamiteResponse(
this.statusCode,
this.body,
this.headers,
);