SupportsDirective constructor
SupportsDirective(
- SupportsCondition? condition,
- List<
TreeNode> groupRuleBody, - SourceSpan? span
Implementation
SupportsDirective(this.condition, this.groupRuleBody, SourceSpan? span)
: super(span);