ErrorEntry class

A single recorded runtime error.

Frames are capped at the first 5 stack frames; wallClockOffsetMs is measured from the binding's session-start anchor.

Constructors

ErrorEntry({required int seq, required String message, required List<String> frames, required int wallClockOffsetMs})

Properties

frames List<String>
First 5 stack frames as raw strings (no allocation churn beyond a split + take).
final
hashCode int
The hash code for this object.
no setterinherited
message String
Stringified exception message (typically FlutterErrorDetails.exceptionAsString()).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq int
Monotonically increasing sequence number, starting at 1.
final
wallClockOffsetMs int
Milliseconds elapsed since the binding's session-start anchor.
final

Methods

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

Operators

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