PointwiseMetricResult constructor

PointwiseMetricResult({
  1. double? score,
  2. String explanation = '',
  3. CustomOutput? customOutput,
})

Implementation

PointwiseMetricResult({this.score, this.explanation = '', this.customOutput})
  : super(fullyQualifiedName);