Inheritance
Implemented by
Annotations
  • DocsEditable()
  • DomName('CSSRule')

Constants

CHARSET_RULE int

const 2
FONT_FACE_RULE int

const 5
IMPORT_RULE int

const 3
KEYFRAME_RULE int

const 8
KEYFRAMES_RULE int

const 7
MEDIA_RULE int

const 4
PAGE_RULE int

const 6
STYLE_RULE int

const 1
SUPPORTS_RULE int

const 12
VIEWPORT_RULE int

const 15
WEBKIT_FILTER_RULE int

const 17
WEBKIT_KEYFRAME_RULE int

const 8
WEBKIT_KEYFRAMES_RULE int

const 7

Static Methods

internalCreateCssRule() CssRule

Constructors

CssRule.internal_()

Properties

The underlying JS DOM object.

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