ReflectionRecord class

A single self-reflection output captured at a specific iteration.

Constructors

ReflectionRecord({required int iteration, required String insight, required double severity, required ReflectionTrigger triggeredBy, DateTime? timestamp})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
insight → String
The actionable insight produced.
final
iteration → int
The iteration number when reflection was triggered.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
severity → double
How serious the issue was (0.0 = minor, 1.0 = critical).
final
timestamp → DateTime?
final
triggeredBy → ReflectionTrigger
Which detector triggered this reflection.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

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