NotNullExpr constructor

NotNullExpr(
  1. Expression value
)

Implementation

NotNullExpr(this.value) : super(null);