QueryInterpretation constructor

QueryInterpretation({
  1. String? interpretationType,
  2. String? interpretedQuery,
  3. String? reason,
})

Implementation

QueryInterpretation({
  this.interpretationType,
  this.interpretedQuery,
  this.reason,
});