rules property
String
get
rules
Implementation
String get rules => js_util.getProperty(this, 'rules');
set
rules
(String newValue)
Implementation
set rules(String newValue) {
js_util.setProperty(this, 'rules', newValue);
}