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