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