QueryType constructor

QueryType({
  1. dynamic id,
  2. dynamic value,
  3. WhereQueryType? whereQueryType,
})

Implementation

QueryType({this.id, this.value, this.whereQueryType});