- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- CssRule
- Implemented by
- Annotations
- DocsEditable()
- DomName('CSSRule')
Constants
- CHARSET_RULE → int
-
2
- FONT_FACE_RULE → int
-
5
- IMPORT_RULE → int
-
3
- KEYFRAME_RULE → int
-
8
- KEYFRAMES_RULE → int
-
7
- MEDIA_RULE → int
-
4
- PAGE_RULE → int
-
6
- STYLE_RULE → int
-
1
- SUPPORTS_RULE → int
-
12
- VIEWPORT_RULE → int
-
15
- WEBKIT_KEYFRAME_RULE → int
-
8
- WEBKIT_KEYFRAMES_RULE → int
-
7
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
- cssText → String
-
read / write
- hashCode → int
-
read-only, inherited
- parentRule → CssRule
-
read-only
- parentStyleSheet → CssStyleSheet
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - type → int
-
read-only
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited