isNull method

bool isNull()

Implementation

bool isNull() {
  return kind == 0;
}