TraceAdapter extension

on

Properties

frames List<Frame>

Available on StackTrace, provided by the TraceAdapter extension

no setter
isNative bool

Available on StackTrace, provided by the TraceAdapter extension

no setter
rawTrace String?

Available on StackTrace, provided by the TraceAdapter extension

The original, unparsed trace. It will only be present when the original trace might require further backend processing, eg. symbolication. Otherwise this value will be null.
no setter

Methods

toTrace() → Trace

Available on StackTrace, provided by the TraceAdapter extension