BooleanExpression constructor

BooleanExpression(
  1. bool value,
  2. FileSpan span
)

Implementation

BooleanExpression(this.value, this.span);