EvaluationDetails<T> class

Additional information about flag evaluation.

Constructors

EvaluationDetails({required String key, required String? variationId, required ConfigCatUser? user, required bool isDefaultValue, required String? error, required T value, required DateTime fetchTime, required TargetingRule? matchedTargetingRule, required PercentageOption? matchedPercentageOption})

Properties

error String?
final
fetchTime DateTime
final
hashCode int
The hash code for this object.
no setterinherited
isDefaultValue bool
final
key String
final
matchedPercentageOption PercentageOption?
final
matchedTargetingRule TargetingRule?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user ConfigCatUser?
final
value → T
final
variationId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

makeError<T>(String key, T defaultValue, String error, ConfigCatUser? user) EvaluationDetails<T>