Inheritance
Annotations
  • @DocsEditable()
  • @DomName('CSSPageRule')
  • @Native("CSSPageRule")

Properties

selectorText String
@DocsEditable(), @DomName('CSSPageRule.selectorText'), read / write
style CssStyleDeclaration
@DocsEditable(), @DomName('CSSPageRule.style'), final
cssText String
@DocsEditable(), @DomName('CSSRule.cssText'), read / write, inherited
hashCode int
read-only, inherited
parentRule CssRule
@DocsEditable(), @DomName('CSSRule.parentRule'), final, inherited
parentStyleSheet CssStyleSheet
@DocsEditable(), @DomName('CSSRule.parentStyleSheet'), final, inherited
runtimeType Type
read-only, inherited
type int
@DocsEditable(), @DomName('CSSRule.type'), final, inherited

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

Operators

operator ==(other) bool
The equality operator. [...]
inherited