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