isNotEqNull property

bool get isNotEqNull

Implementation

bool get isNotEqNull {
  return operator.type == TokenType.BANG_EQ && rightOperand is NullLiteral;
}