IfNull constructor

IfNull(
  1. AST condition,
  2. AST nullExp
)

Implementation

IfNull(this.condition, this.nullExp);