stack_trace library

Classes

Chain
A chain of stack traces.
Frame
A single stack frame. Each frame points to a precise location in Dart code.
Trace
A stack trace, comprised of a list of stack frames.
UnparsedFrame
A frame that failed to parse.

Typedefs

ChainHandler = void Function(dynamic error, Chain chain)
A function that handles errors in the zone wrapped by Chain.capture.