adoptedStyleSheets property
      
      List<CSSStyleSheet> 
      get
      adoptedStyleSheets
      
    
    
    
Implementation
_i2.List<_i3.CSSStyleSheet> get adoptedStyleSheets => ((_i4.getProperty(
      this,
      'adoptedStyleSheets',
    )) as _i2.List)
        .cast();
      
      set
      adoptedStyleSheets
      (List<CSSStyleSheet>  value) 
      
    
    
    
Implementation
set adoptedStyleSheets(_i2.List<_i3.CSSStyleSheet> value) {
  _i4.setProperty(
    this,
    'adoptedStyleSheets',
    value,
  );
}