CssRule class
- Implementers
- Annotations
-
- @Native("CSSRule")
Properties
- cssText â String?
-
getter/setter pair
- hashCode â int
-
The hash code for this object.
no setterinherited
- parentRule â CssRule?
-
no setter
- parentStyleSheet â CssStyleSheet?
-
no setter
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
- type â int?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) â String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited
Constants
- CHARSET_RULE â const int
- FONT_FACE_RULE â const int
- IMPORT_RULE â const int
- KEYFRAME_RULE â const int
- KEYFRAMES_RULE â const int
- MEDIA_RULE â const int
- NAMESPACE_RULE â const int
- PAGE_RULE â const int
- STYLE_RULE â const int
- SUPPORTS_RULE â const int
- VIEWPORT_RULE â const int