isNull method

bool isNull()

Implementation

bool isNull() {
  return this == null;
}