adoptedStyleSheets property

Iterable<CSSStyleSheet> adoptedStyleSheets

Implementation

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

Implementation

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