VarDefinition constructor
VarDefinition(
- Identifier? definedName,
- Expression? expr,
- SourceSpan? span
Implementation
VarDefinition(Identifier? definedName, Expression? expr, SourceSpan? span)
: super(definedName, expr, null, span);