isTrue property

Where get isTrue

Implementation

Where get isTrue {
  this.value = true;
  this.operator = 'IS TRUE';

  return this;
}