cssStyleRule top-level property

dynamic get cssStyleRule

CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).

MDN Reference

Implementation

_i2.dynamic get cssStyleRule => _i4.getProperty(
      _self,
      'CSSStyleRule',
    );