RouteResponse constructor

RouteResponse({
  1. required String routeResponseKey,
  2. String? modelSelectionExpression,
  3. Map<String, String>? responseModels,
  4. Map<String, ParameterConstraints>? responseParameters,
  5. String? routeResponseId,
})

Implementation

RouteResponse({
  required this.routeResponseKey,
  this.modelSelectionExpression,
  this.responseModels,
  this.responseParameters,
  this.routeResponseId,
});