headers property
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;
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.
Map<String, String>? get headers;