ConfiguredVariable constructor
ConfiguredVariable(
- String name,
- Expression expression,
- FileSpan span, {
- bool guarded = false,
Implementation
ConfiguredVariable(this.name, this.expression, this.span,
{bool guarded = false})
: isGuarded = guarded;