On this page
insertRule method
int insertRule(Source
int insertRule(String rule, [int index]) {
if (index != null) {
return _blink.BlinkCSSStyleSheet.instance
.insertRule_Callback_2_(this, rule, index);
}
return _blink.BlinkCSSStyleSheet.instance
.insertRule_Callback_1_(this, rule);
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleSheet/insertRule.html