QueryList constructor

QueryList({
  1. List<String>? queries,
})

Implementation

QueryList({
  this.queries,
});