NotExpr constructor

NotExpr(
  1. Expression condition
)

Implementation

NotExpr(this.condition) : super(boolType);