BooleanEvaluationResponse constructor

BooleanEvaluationResponse({
  1. required bool enabled,
  2. required String flagKey,
  3. required String reason,
  4. required double requestDurationMillis,
  5. required String timestamp,
  6. required List<String> segmentKeys,
})

Implementation

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