CSSStyleSheet constructor

CSSStyleSheet([
  1. CSSStyleSheetInit? options
])

Implementation

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