PatchbayAuditRevealExecutionDetails class final

steps and the driven container node ids for one accepted ui.reveal call. PB-050-26 / DG-060-04.

Projected only from a response that already passed schema and semantic validation, and only the closed shape DG-060-04 fixed: no generation, identifier, rect, copy, or policy text crosses into audit. steps is 0..200; containerNodeIds holds at most 200 distinct non-negative ids in the order containers were first driven, and is empty exactly when steps is 0.

Constructors

PatchbayAuditRevealExecutionDetails({required int steps, required List<int> containerNodeIds})
const

Properties

containerNodeIds List<int>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited