CSSParserQualifiedRule class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
-
CSSParserQualifiedRule(Iterable prelude, [Iterable<
CSSParserRule> ? body]) -
factory
Properties
-
body
→ Iterable<
CSSParserRule> -
Available on CSSParserQualifiedRule, provided by the PropsCSSParserQualifiedRule extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
prelude
→ Iterable<
CSSParserValue> -
Available on CSSParserQualifiedRule, provided by the PropsCSSParserQualifiedRule extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
mToString(
) → String -
Available on CSSParserQualifiedRule, provided by the PropsCSSParserQualifiedRule extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited