rules property

String rules

Implementation

String get rules => js_util.getProperty(this, 'rules');
void rules=(String newValue)

Implementation

set rules(String newValue) {
  js_util.setProperty(this, 'rules', newValue);
}