QueryInfo constructor

QueryInfo({
  1. List<FieldInfo>? selectFields,
})

Implementation

QueryInfo({
  this.selectFields,
});