CSSStyleRule constructor

CSSStyleRule(
  1. String selectorText,
  2. Map<String, String> style
)

Implementation

CSSStyleRule(this.selectorText, this.style);