allRules property

Iterable<StyleRule> get allRules

Gets all registered rules.

Implementation

Iterable<StyleRule> get allRules => _rules.values;