Declaration constructor

Declaration(
  1. Interpolation name,
  2. Expression? value,
  3. FileSpan span
)

Creates a declaration with no children.

Implementation

Declaration(this.name, this.value, this.span) : super(null);