VarDefinition constructor

VarDefinition(
  1. Identifier? definedName,
  2. Expression? expr,
  3. SourceSpan? span
)

Implementation

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