menu
anteater package
documentation
rules/rule_registry.dart
RuleRegistry
get method
get method
dark_mode
light_mode
get
method
StyleRule
?
get
(
String
id
)
Gets a rule by ID.
Implementation
StyleRule? get(String id) => _rules[id];
anteater package
documentation
rules/rule_registry
RuleRegistry
get method
RuleRegistry class