IsNullExpression constructor

IsNullExpression(
  1. Expression operand, [
  2. bool negated = false
])

Implementation

IsNullExpression(this.operand, [this.negated = false]);