ReplayEventPresentation class final
Shared replay-event summary for debug UIs and status surfaces.
Constructors
-
ReplayEventPresentation({required String summary, required String statusHint, required Map<
String, Object?> fields, List<String> detailLines = const <String>[]}) -
Creates a replay-event presentation model.
const
- ReplayEventPresentation.generic(ReplayCustomEvent event)
-
Generic presentation for non-render-capture replay events.
factory
Properties
-
detailLines
→ List<
String> -
Optional detailed lines for richer debug UIs.
final
-
fields
→ Map<
String, Object?> -
Structured fields useful for logging or event inspection.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusHint → String
-
Compact footer/status-bar hint.
final
- summary → String
-
Human-readable one-line summary.
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