QueryInfo constructor

QueryInfo({
  1. List<String>? queryProperty,
})

Implementation

QueryInfo({
  this.queryProperty,
});