Inheritance
Annotations
  • @DocsEditable()
  • @DomName('CSSViewportRule')
  • @Experimental()
  • @Native("CSSViewportRule")

Properties

style CssStyleDeclaration
@DocsEditable(), @DomName('CSSViewportRule.style'), @Experimental(), 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