menu
Dart
dart:html
CssStyleSheet
insertRule method
insertRule
brightness_4
brightness_5
description
insertRule
method
int
insertRule
(
String
rule
,
[
int
?
index
]
)
Implementation
int insertRule(String rule, [int? index]) native;
Dart
dart:html
CssStyleSheet
insertRule method
CssStyleSheet class
Properties
cssRules
disabled
hashCode
href
media
ownerNode
ownerRule
parentStyleSheet
rules
runtimeType
title
type
Methods
addRule
deleteRule
insertRule
noSuchMethod
removeRule
toString
Operators
operator ==