GatewayResponse constructor

GatewayResponse({
  1. bool? defaultResponse,
  2. Map<String, String>? responseParameters,
  3. Map<String, String>? responseTemplates,
  4. GatewayResponseType? responseType,
  5. String? statusCode,
})

Implementation

GatewayResponse({
  this.defaultResponse,
  this.responseParameters,
  this.responseTemplates,
  this.responseType,
  this.statusCode,
});