свойство response
HttpResponse responseОбъект HttpResponse, используемый для отправки ответа клиенту.
Если contentLength тела не равен 0, и тело не читается, любые вызовы write к HttpResponse автоматически считывают тело запроса.
Исходный код
HttpResponse get response;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/HttpRequest/response.html