Declaration constructor
Declaration(
- Interpolation name,
- Expression? value,
- FileSpan span
Creates a declaration with no children.
Implementation
Declaration(this.name, this.value, this.span) : super(null);