Where constructor
Where({
- QueryCondition? condition,
- WhereType? type,
- String? column,
- String? comparator,
- dynamic value,
- void callback(
- WhereClause query
Implementation
Where({
this.condition,
this.type,
this.column,
this.comparator,
this.value,
this.callback,
});