removeRuleIds property
IDs of the rules to remove. Any invalid IDs will be ignored.
Implementation
List<int>? get removeRuleIds =>
_wrapped.removeRuleIds?.toDart.cast<int>().map((e) => e).toList();
IDs of the rules to remove. Any invalid IDs will be ignored.
List<int>? get removeRuleIds =>
_wrapped.removeRuleIds?.toDart.cast<int>().map((e) => e).toList();