WrittenSelection class

What got written to disk for one beacon.selected event.

Constructors

WrittenSelection({required String id, required String jsonPath, required String? pngPath, required Map<String, Object?> payload})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
jsonPath String
Relative to refDir's parent (the project root), e.g. .ref/sel-a3f2.json.
final
payload Map<String, Object?>
The map that was written to jsonPath — the wire payload with screenshotBase64 swapped for a screenshot path, matching the schema in PLAN.md §3.3.
final
pngPath String?
Same, or null if the event carried no screenshot.
final
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