ConfiguredVariable constructor

ConfiguredVariable(
  1. String name,
  2. Expression expression,
  3. FileSpan span, {
  4. bool guarded = false,
})

Implementation

ConfiguredVariable(this.name, this.expression, this.span,
    {bool guarded = false})
    : isGuarded = guarded;