QueryCriteria constructor
QueryCriteria(})
Implementation
QueryCriteria(super.description, this.field, this.operator, this.value,
{this.formatting, this.column = false}) {
super.stringFormat = formatting ?? "$description: $value";
}