Condition constructor
Condition({})
Implementation
Condition({
this.eq,
this.equals,
this.greaterThan,
this.greaterThanOrEqual,
this.gt,
this.gte,
this.lessThan,
this.lessThanOrEqual,
this.lt,
this.lte,
this.neq,
this.notEquals,
});