Inheritance
Implemented by
Annotations
  • @DocsEditable()
  • @DomName('CSSGroupingRule')
  • @Experimental()
  • @Native("CSSGroupingRule")

Properties

cssRules List<CssRule>
@Creates('_CssRuleList'), @DocsEditable(), @DomName('CSSGroupingRule.cssRules'), @Experimental(), @Returns('_CssRuleList|Null'), 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

deleteRule(int index) → void
@DocsEditable(), @DomName('CSSGroupingRule.deleteRule'), @Experimental()
insertRule(String rule, int index) int
@DocsEditable(), @DomName('CSSGroupingRule.insertRule'), @Experimental()
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