addRules property
Rules to add.
Implementation
List<Rule>? get addRules => _wrapped.addRules?.toDart
    .cast<$js.Rule>()
    .map((e) => Rule.fromJS(e))
    .toList();Rules to add.
List<Rule>? get addRules => _wrapped.addRules?.toDart
    .cast<$js.Rule>()
    .map((e) => Rule.fromJS(e))
    .toList();