disableRuleIds property
Set of ids corresponding to rules in the Ruleset to disable.
Implementation
List<int>? get disableRuleIds =>
_wrapped.disableRuleIds?.toDart.cast<int>().map((e) => e).toList();
Set of ids corresponding to rules in the Ruleset to disable.
List<int>? get disableRuleIds =>
_wrapped.disableRuleIds?.toDart.cast<int>().map((e) => e).toList();