cssMediaRule top-level property

dynamic get cssMediaRule

A single CSS @media rule. It implements the CSSConditionRule interface, and therefore the CSSGroupingRule and the CSSRule interface with a type value of 4 (CSSRule.MEDIA_RULE).

MDN Reference

Implementation

_i2.dynamic get cssMediaRule => _i4.getProperty(
      _self,
      'CSSMediaRule',
    );