EvaluationResult constructor
EvaluationResult({
- String? flagKey,
- dynamic value,
- String? source,
- String? reason,
- int? timestamp,
- EvaluationError? error,
- VariantInfo? variant,
Implementation
EvaluationResult({
this.flagKey,
this.value,
this.source,
this.reason,
this.timestamp,
this.error,
this.variant,
});