HostDirective constructor

HostDirective(
  1. List<TreeNode> rules,
  2. SourceSpan? span
)

Implementation

HostDirective(this.rules, SourceSpan? span) : super(span);