BKTEvaluationDetails<T extends Object> class

Implementers
Annotations

Constructors

BKTEvaluationDetails({required String featureId, required int featureVersion, required String userId, required String variationId, required String variationName, required T variationValue, required String reason})
const

Properties

featureId String
final
featureVersion int
final
hashCode int
The hash code for this object.
no setteroverride
reason String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
final
variationId String
final
variationName String
final
variationValue → T
final

Methods

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

Operators

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

Static Methods

createDefaultValue<T extends Object>(String featureId, String userId, T defaultValue) BKTEvaluationDetails<T>
fromJson<T extends Object>(Map<String, dynamic> json, {TypeConverter<T>? converter}) BKTEvaluationDetails<T>