adoptedStyleSheets property

Iterable<CSSStyleSheet> get adoptedStyleSheets

Implementation

Iterable<CSSStyleSheet> get adoptedStyleSheets =>
    js_util.getProperty(this, 'adoptedStyleSheets');
set adoptedStyleSheets (Iterable<CSSStyleSheet> newValue)

Implementation

set adoptedStyleSheets(Iterable<CSSStyleSheet> newValue) {
  js_util.setProperty(this, 'adoptedStyleSheets', newValue);
}