Dart
dart:html
CssStyleSheet
addRule method
description
addRule method
int
addRule
(
String
selector
,
String
style
, [
int
index
])
Implementation
int
addRule(
String
selector,
String
style, [
int
index]) native;