GetQuery constructor

GetQuery({
  1. GetOptsType? desc,
  2. GetOptsType? sub,
  3. GetDataType? data,
  4. String? what,
  5. bool? tags,
  6. bool? cred,
  7. GetDataType? del,
})

Implementation

GetQuery({
  this.desc,
  this.sub,
  this.data,
  this.what,
  this.tags,
  this.cred,
  this.del,
});