media property
The SVGStyleElement.media property is a media query string
corresponding to the
media
attribute of the given SVG style element.
The query must be matched for the style to apply.
Implementation
external String get media;
Implementation
external set media(String value);