StyleRule constructor

StyleRule(
  1. Interpolation selector,
  2. Iterable<Statement> children,
  3. FileSpan span
)

Implementation

StyleRule(this.selector, Iterable<Statement> children, this.span)
    : super(List.unmodifiable(children));