WrittenSelection class
What got written to disk for one beacon.selected event.
Constructors
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
screenshotBase64swapped for ascreenshotpath, 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