ContainerDebug class

Structured, read-only snapshot of an AppContainer for debug tooling.

Returned by AppContainer.debug. Decouples debug/inspection consumers (such as the armature_flutter graph overlay) from the container's framework-internal fields — they read a plain data snapshot instead of reaching into runtime state, ports, or the orchestrator directly.

Constructors

ContainerDebug({required List<FeatureDebugInfo> features})

Properties

features List<FeatureDebugInfo>
Features in topological order — parents before children.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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