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