headers property

  1. @override
Map<String, String>? get headers

Custom metadata to be sent to the client. Will be null once the headers have been sent, either when sendHeaders is called, or when the first response message is sent.

Implementation

@override
Map<String, String>? get headers => null;