PortDebugInfo class
Debug info for a single port registered by a feature.
Constructors
Properties
- handlerCount → int
-
How many handlers (across all features) are currently bound to
this port.
final
-
handlerFeatureNames
→ List<
String> -
Names of features that contributed handlers to this port — useful
for tracing "who plugged into what".
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Symbolic port identifier (matches the name passed to
createPipe/createBehavior/createKeyedSingleSlot/ etc.).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PortType
-
Which port shape this is — pipe, behavior, single slot, or multi
slot.
final
Methods
-
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