exposedResponseHeaders property Null safety
read / write
Which response headers to expose to the client.
Defaults to empty. In the specification (http://www.w3.org/TR/cors/), this is 'list of exposed headers'.
Implementation
late List<String> exposedResponseHeaders;