isNull method

bool isNull()

Implementation

bool isNull() {
  return _null.address == 0;
}