QueryTarget constructor
QueryTarget({
- String? parent,
- StructuredQuery? structuredQuery,
Implementation
QueryTarget({
this.parent,
this.structuredQuery,
});