$QuestionAnsweringQualitySpec constructor

$QuestionAnsweringQualitySpec({
  1. bool? useReference,
  2. int? version,
})

Implementation

$QuestionAnsweringQualitySpec({
  this.useReference,
  this.version,
});