VarDefinitionDirective constructor

VarDefinitionDirective(
  1. VarDefinition def,
  2. SourceSpan? span
)

Implementation

VarDefinitionDirective(this.def, SourceSpan? span) : super(span);