PageDirective constructor
PageDirective(
- String? _ident,
- String? _pseudoPage,
- List<
DeclarationGroup> _declsMargin, - SourceSpan? span,
Implementation
PageDirective(
this._ident, this._pseudoPage, this._declsMargin, SourceSpan? span)
: super(span);