cssRule top-level property

dynamic get cssRule

A single CSS rule. There are several types of rules, listed in the Type constants section below.

MDN Reference

Implementation

_i2.dynamic get cssRule => _i4.getProperty(
      _self,
      'CSSRule',
    );