BooleanEvaluationResponse constructor
BooleanEvaluationResponse({})
Implementation
BooleanEvaluationResponse({
required this.enabled,
required this.flagKey,
required this.reason,
required this.requestDurationMillis,
required this.timestamp,
required this.segmentKeys,
});