between method
Implementation
Where between(dynamic from, dynamic to) {
this.value = [from, to];
this.operator = 'BETWEEN';
return this;
}
Where between(dynamic from, dynamic to) {
this.value = [from, to];
this.operator = 'BETWEEN';
return this;
}