Query constructor

Query({
  1. List<Selector>? selectors,
})

Implementation

Query({
  this.selectors,
});