CSSImportRule constructor

CSSImportRule(
  1. String href, {
  2. String? media,
})

Implementation

CSSImportRule(this.href, {this.media});