stacktrace_impl library

Classes

Stackframe
A single frame from a stack trace. Holds the sourceFile name and line no.
StackTraceImpl
Provides dart stack frame handling.

Enums

FrameSourceType
Indicates where the source file came from

Properties

rootPath String
returns the root path. On Linux and MacOS this will be '/' On Windows this will be r'C:'. The drive letter will depend on the drive of your present working directory (pwd).
no setter

Functions

isExcludedSource(Stackframe frame) bool