DocumentDirective constructor

DocumentDirective(
  1. List<LiteralTerm> functions,
  2. List<TreeNode> groupRuleBody,
  3. SourceSpan? span
)

Implementation

DocumentDirective(this.functions, this.groupRuleBody, SourceSpan? span)
    : super(span);