OpenFeatureEvaluationContext constructor

OpenFeatureEvaluationContext(
  1. Map<String, dynamic> attributes, {
  2. String? targetingKey,
})

Implementation

OpenFeatureEvaluationContext(
  Map<String, dynamic> attributes, {
  this.targetingKey,
}) : attributes = Map.unmodifiable(Map.of(attributes));