isNull method

Condition isNull ()

Implementation

Condition isNull() {
  // the integer serves as a dummy type, to initialize the base type
  return IntegerCondition(ConditionOp.isNull, this, null, null);
}