StaticExpression constructor

StaticExpression(
  1. String value
)

Don't use {} for the constructor

Implementation

StaticExpression(this.value);