isFalse property
Where
get
isFalse
Implementation
Where get isFalse {
this.value = false;
this.operator = 'IS FALSE';
return this;
}
Where get isFalse {
this.value = false;
this.operator = 'IS FALSE';
return this;
}