ruleSupport property Null safety

bool ruleSupport

Indicates whether or not rules are supported.

Implementation

bool get ruleSupport => xmlRuleSupport['\$'].toLowerCase() == 'true';