ViewportDirective constructor
ViewportDirective(
- String name,
- DeclarationGroup declarations,
- SourceSpan? span
Implementation
ViewportDirective(this.name, this.declarations, SourceSpan? span)
: super(span);