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).
Implementation
_i2.dynamic get cssMediaRule => _i4.getProperty(
_self,
'CSSMediaRule',
);