AtRootRule constructor

AtRootRule(
  1. Iterable<Statement> children,
  2. FileSpan span, {
  3. Interpolation? query,
})

Implementation

AtRootRule(Iterable<Statement> children, this.span, {this.query})
    : super(List.unmodifiable(children));