CssGroupingRule

继承
实现者
注解
  • @Native("CSSGroupingRule")

属性

cssRules List<CssRule>?
无设置器
cssText String?
getter/setter pairinherited
hashCode int
此对象的哈希码。
no setterinherited
parentRule CssRule?
no setterinherited
parentStyleSheet CssStyleSheet?
no setterinherited
runtimeType Type
对象运行时类型的表示。
no setterinherited
type int?
no setterinherited

方法

deleteRule(int index) → void
insertRule(String rule, int index) int
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
inherited
toString() String
此对象的字符串表示。
inherited

运算符

operator ==(Object other) bool
相等运算符。
inherited