OpenFeatureEvaluationContext constructor
Implementation
OpenFeatureEvaluationContext(
Map<String, dynamic> attributes, {
String? targetingKey,
}) : _context = EvaluationContext(
attributes: Map<String, dynamic>.unmodifiable(attributes),
targetingKey: targetingKey,
);