SafetyResult constructor

SafetyResult({
  1. double? score,
  2. String explanation = '',
  3. double? confidence,
})

Implementation

SafetyResult({this.score, this.explanation = '', this.confidence})
  : super(fullyQualifiedName);