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

Constants

CHARSET_RULE int

const 2
FONT_FACE_RULE int

const 5
IMPORT_RULE int

const 3
KEYFRAMES_RULE int

const 7
KEYFRAME_RULE int

const 8
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_KEYFRAMES_RULE int

const 7
WEBKIT_KEYFRAME_RULE int

const 8

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

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

inherited
toString() String

Returns a string representation of this object.

inherited