MediaRule constructor

MediaRule(
  1. Interpolation query,
  2. Iterable<Statement> children,
  3. FileSpan span
)

Implementation

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