rules property

Iterable<String> get rules

Implementation

Iterable<String> get rules => _rules.map((e) => e.pattern);