EvaluationResponse constructor
EvaluationResponse({
- required String type,
- BooleanEvaluationResponse? booleanEvaluationResponse,
- VariantEvaluationResponse? variantEvaluationResponse,
- ErrorEvaluationResponse? errorEvaluationResponse,
Implementation
EvaluationResponse({
required this.type,
this.booleanEvaluationResponse,
this.variantEvaluationResponse,
this.errorEvaluationResponse,
});