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