SafetyEvaluation constructor

const SafetyEvaluation({
  1. bool? isUnsafe,
  2. String? llmReason,
  3. int? safetyPromptVersion,
  4. List<SafetyRule>? matchedRuleId,
})

Implementation

const SafetyEvaluation({
  this.isUnsafe,
  this.llmReason,
  this.safetyPromptVersion,
  this.matchedRuleId,
});