QueryPrediction constructor

QueryPrediction({
  1. FormattableText? text,
  2. StructuredFormat? structuredFormat,
})

Implementation

QueryPrediction({
  this.text,
  this.structuredFormat,
});