CSSStyleSheet constructor
      
      CSSStyleSheet([ 
    
    
- CSSStyleSheetInit? options
Implementation
factory CSSStyleSheet([CSSStyleSheetInit? options]) =>
    CSSStyleSheet._(options ?? undefined);factory CSSStyleSheet([CSSStyleSheetInit? options]) =>
    CSSStyleSheet._(options ?? undefined);