InterpolatedQualifiedName class final
A component of a InterpolatedComplexSelector.
Unlike ComplexSelectorComponent, this is parsed during the initial
stylesheet parse when parseSelectors: true is passed to
Stylesheet.parse.
- Implemented types
Constructors
- InterpolatedQualifiedName(Interpolation name, FileSpan span, {Interpolation? namespace})
- Creates an attribute selector that matches any element with a property of the given name.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → Interpolation
-
The identifier name.
final
- namespace → Interpolation?
-
The namespace name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → FileSpan
-
The source span associated with the node.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited