CssSupportsRule class

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

Properties

conditionText String
@DocsEditable(), @DomName('CSSConditionRule.conditionText'), @Experimental(), final, inherited
cssRules List<CssRule>
@Creates('_CssRuleList'), @DocsEditable(), @DomName('CSSGroupingRule.cssRules'), @Experimental(), @Returns('_CssRuleList|Null'), final, inherited
cssText String
@DocsEditable(), @DomName('CSSRule.cssText'), read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
parentRule CssRule
@DocsEditable(), @DomName('CSSRule.parentRule'), final, inherited
parentStyleSheet CssStyleSheet
@DocsEditable(), @DomName('CSSRule.parentStyleSheet'), final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type int
@DocsEditable(), @DomName('CSSRule.type'), final, inherited

Methods

deleteRule(int index) → void
@DocsEditable(), @DomName('CSSGroupingRule.deleteRule'), @Experimental(), inherited
insertRule(String rule, int index) int
@DocsEditable(), @DomName('CSSGroupingRule.insertRule'), @Experimental(), inherited
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 ==(dynamic other) bool
The equality operator. [...]
inherited