CSSParserAtRule class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

CSSParserAtRule(String name, Iterable prelude, [Iterable<CSSParserRule>? body])
factory

Properties

body Iterable<CSSParserRule>

Available on CSSParserAtRule, provided by the PropsCSSParserAtRule extension

no setter
hashCode int
The hash code for this object.
no setterinherited
name String

Available on CSSParserAtRule, provided by the PropsCSSParserAtRule extension

no setter
prelude Iterable<CSSParserValue>

Available on CSSParserAtRule, provided by the PropsCSSParserAtRule extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

mToString() String

Available on CSSParserAtRule, provided by the PropsCSSParserAtRule 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