AtRootRule constructor
AtRootRule(
- Iterable<
Statement> children, - FileSpan span, {
- Interpolation? query,
Implementation
AtRootRule(Iterable<Statement> children, this.span, {this.query})
: super(List.unmodifiable(children));