cssPageRule top-level property

dynamic get cssPageRule

CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule interface with a type value of 6 (CSSRule.PAGE_RULE).

MDN Reference

Implementation

_i2.dynamic get cssPageRule => _i4.getProperty(
      _self,
      'CSSPageRule',
    );