QuestionAnsweringHelpfulnessSpec constructor

QuestionAnsweringHelpfulnessSpec({
  1. bool useReference = false,
  2. int version = 0,
})

Implementation

QuestionAnsweringHelpfulnessSpec({
  this.useReference = false,
  this.version = 0,
}) : super(fullyQualifiedName);