headers property

Map<String, String>? 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

Map<String, String>? get headers;