FluencyResult constructor

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

Implementation

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