Stylesheet constructor

Stylesheet(
  1. Map<String, Style> rules
)

Implementation

Stylesheet(this.rules);