response property

  1. @override
HttpResponse response
override

The HTTP response. *

  • Notice that you shall NOT invoke response.close(), since it was
  • called automatically when the serving of a request is finished.

Implementation

@override
HttpResponse get response => origin.response;