SelectorContext<T> class
Constructors
- SelectorContext(CssSelector selector, T cbContext, SelectorListContext? listContext)
Properties
- cbContext ↔ T
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- listContext ↔ SelectorListContext?
-
getter/setter pair
-
notSelectors
↔ List<
CssSelector> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selector ↔ CssSelector
-
getter/setter pair
Methods
-
finalize(
CssSelector cssSelector, void callback(CssSelector, T)?) → bool -
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