IncludeDirective constructor

IncludeDirective(
  1. String name,
  2. List<List<Expression>> args,
  3. SourceSpan? span
)

Implementation

IncludeDirective(this.name, this.args, SourceSpan? span) : super(span);