Stylesheet constructor

Stylesheet(
  1. Iterable<Statement> children,
  2. FileSpan span
)

Implementation

Stylesheet(Iterable<Statement> children, FileSpan span)
    : this.internal(children, span);