PathSegmentCallingComponentMixin mixin
Each object in the call tree is generated by a CallingComponent. Some Callings in the tree create a path segment.
- Superclass constraints
- Mixin applications
Properties
- child → Component?
-
Using known child
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
finalinherited
- root → Component?
-
Using this segment calling as a endpoint
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segment → PathSegment
-
This Calling Component segment
no setter
Methods
-
createBinding(
) → CallingBinding -
inherited
-
createCalling(
BuildContext context) → Calling -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringDeep(
) → String -
inherited
-
toStringSort(
) → String -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited