isNotNull property
Where
get
isNotNull
Implementation
Where get isNotNull {
this.operator = 'IS NOT NULL';
return this;
}
Where get isNotNull {
this.operator = 'IS NOT NULL';
return this;
}