Response.raw constructor
Response.raw(
- Body body, {
- required int status,
- required String statusText,
- ResponseType type,
- bool redirected,
- String url,
Internal constructor, Creates a new Response object.
Implementation
factory Response.raw(
Body body, {
required int status,
required String statusText,
ResponseType type,
bool redirected,
String url,
}) = _Response.raw;