GenUiDataStep class final

The data model of one surface, as it stood after something changed it.

Recorded as a whole rather than as a diff. A surface's state is small, a trace is read by a person, and a snapshot is the one form that cannot drift from what was really there.

Inheritance

Constructors

GenUiDataStep(Duration at, String surfaceId, Object? data)
Creates a GenUiDataStep.
const

Properties

at → Duration
How long after the start of the recording this happened.
finalinherited
data → Object?
The contents of that surface's data model.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
surfaceId → String
The surface the data belongs to.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
This step as JSON.
override
toString() → String
A string representation of this object.
inherited

Operators

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