Inheritance
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_FILTER_RULE int

17
WEBKIT_KEYFRAME_RULE int

8
WEBKIT_KEYFRAMES_RULE int

7

Static Methods

internalCreateCssRule() CssRule

Constructors

CssRule.internal_()

Properties

read / write, inherited
cssText String

read / write
hashCode int

read-only
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.

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited