PageDirective constructor

PageDirective(
  1. String? _ident,
  2. String? _pseudoPage,
  3. List<DeclarationGroup> _declsMargin,
  4. SourceSpan? span,
)

Implementation

PageDirective(
    this._ident, this._pseudoPage, this._declsMargin, SourceSpan? span)
    : super(span);