responseParameters property

Map<String, String>? responseParameters
final

Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

Implementation

final Map<String, String>? responseParameters;