ExpressionBoolNot constructor

ExpressionBoolNot(
  1. Expr<bool> value
)

Implementation

ExpressionBoolNot(this.value) : super._();