TuiEvidenceRecord class final

A decoded evidence event line.

Constructors

TuiEvidenceRecord({required int version, required String type, required int timestampUs, required String decisionType, required String result, required Map<String, Object?> factors, String? runId})
Creates a typed evidence record.
const

Properties

decisionType String
Decision family (for example, render_budget).
final
factors Map<String, Object?>
Decision factor ledger used by the runtime.
final
hashCode int
The hash code for this object.
no setterinherited
result String
Result label (for example, degrade, recover, hold, disabled).
final
runId String?
Optional run identifier for correlation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestampUs int
Monotonic timestamp in microseconds.
final
type String
Event category/type.
final
version int
Evidence schema version.
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