Query constructor

Query({
  1. String? query,
})

Implementation

Query({
  this.query,
});