QueryTarget constructor

QueryTarget({
  1. String? parent,
  2. StructuredQuery? structuredQuery,
})

Implementation

QueryTarget({
  this.parent,
  this.structuredQuery,
});