StyleRule constructor
StyleRule(
- Interpolation selector,
- Iterable<
Statement> children, - FileSpan span
Implementation
StyleRule(this.selector, Iterable<Statement> children, this.span)
: super(List.unmodifiable(children));