MetricResult constructor

MetricResult({
  1. double? score,
  2. String? explanation,
  3. Status? error,
})

Implementation

MetricResult({this.score, this.explanation, this.error})
  : super(fullyQualifiedName);