WhereBody constructor
Creates a WHERE body with the specified conditions and combination type.
conditions
The list of SQL conditions.
type
The combination logic (default: AND).
Implementation
WhereBody(this.conditions, {this.type = WhereType.AND});