ReplayRenderCaptureEvent class final
Typed replay-side view of one runtime.render_capture custom event.
Constructors
- ReplayRenderCaptureEvent({required ReplayCustomEvent event, required ProgramRenderCapturePayload payload})
-
Creates a typed replay render-capture event view.
const
Properties
- decisionType → String?
-
Evidence decision type, usually
render_capture.no setter - event → ReplayCustomEvent
-
Original replay custom event.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload → ProgramRenderCapturePayload
-
Decoded structured capture payload.
final
- presentation → ReplayEventPresentation
-
Shared presentation model for replay/debug consumers.
no setter
- recordType → String?
-
Source record type, usually
runtime.render.no setter - result → String?
-
Evidence result label, usually
captured.no setter - runId → String?
-
Run identifier propagated from evidence, when present.
no setter
- 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
-
toLines(
{String? prefix}) → List< String> - Compact metric lines suitable for replay/debug UIs.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited