ResponseBody constructor
ResponseBody(})
Implementation
ResponseBody(
this.stream,
this.statusCode, {
this.statusMessage,
this.isRedirect = false,
this.redirects,
void Function()? onClose,
Map<String, List<String>>? headers,
}) : headers = headers ?? {},
_onClose = onClose;