int insertRule(String rule, [int? index = 0]) => js_util.callMethod(this, 'insertRule', [rule, index]);