GetQuery constructor
GetQuery({
- GetOptsType? desc,
- GetOptsType? sub,
- GetDataType? data,
- String? what,
- bool? tags,
- bool? cred,
- GetDataType? del,
Implementation
GetQuery({
this.desc,
this.sub,
this.data,
this.what,
this.tags,
this.cred,
this.del,
});