IncludeDirective constructor
IncludeDirective(
- String name,
- List<
List< args,Expression> > - SourceSpan? span
Implementation
IncludeDirective(this.name, this.args, SourceSpan? span) : super(span);