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

Properties

href String
@DocsEditable(), @DomName('CSSImportRule.href'), final
media MediaList
@DocsEditable(), @DomName('CSSImportRule.media'), final
styleSheet CssStyleSheet
@DocsEditable(), @DomName('CSSImportRule.styleSheet'), 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