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