disableRulesetIds property
The set of ids corresponding to a static Ruleset that should be disabled.
Implementation
List<String>? get disableRulesetIds =>
_wrapped.disableRulesetIds?.toDart.cast<String>().map((e) => e).toList();
The set of ids corresponding to a static Ruleset that should be disabled.
List<String>? get disableRulesetIds =>
_wrapped.disableRulesetIds?.toDart.cast<String>().map((e) => e).toList();