ArgsExpressionEvaluator constructor

ArgsExpressionEvaluator(
  1. JsonWidgetRegistry registry,
  2. bool calculateListenVariables
)

Implementation

ArgsExpressionEvaluator(
  this.registry,
  this.calculateListenVariables,
);