CssStyleSheet.constructor constructor

CssStyleSheet.constructor({
  1. String? href,
  2. CssStyleSheet? parentStyleSheet,
})

Implementation

CssStyleSheet.constructor({this.href, this.parentStyleSheet}) : super._();