ViewportDirective constructor

ViewportDirective(
  1. String name,
  2. DeclarationGroup declarations,
  3. SourceSpan? span
)

Implementation

ViewportDirective(this.name, this.declarations, SourceSpan? span)
    : super(span);