cssRuleList top-level property

dynamic get cssRuleList

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.

MDN Reference

Implementation

_i2.dynamic get cssRuleList => _i4.getProperty(
      _self,
      'CSSRuleList',
    );