VarDefinitionDirective constructor
VarDefinitionDirective(
- VarDefinition def,
- SourceSpan? span
Implementation
VarDefinitionDirective(this.def, SourceSpan? span) : super(span);