merge method
Implementation
OpenFeatureEvaluationContext merge(OpenFeatureEvaluationContext other) {
return OpenFeatureEvaluationContext({...attributes, ...other.attributes});
}
OpenFeatureEvaluationContext merge(OpenFeatureEvaluationContext other) {
return OpenFeatureEvaluationContext({...attributes, ...other.attributes});
}