get method

StyleRule? get(
  1. String id
)

Gets a rule by ID.

Implementation

StyleRule? get(String id) => _rules[id];