stack_trace library Null safety Utilities
Used by the Log module to print the stack of callers
Classes
- Stackframe
- A single frame from a stack trace. Holds the sourceFile name and line no.
- StackTraceImpl
Functions
-
isExcludedSource(
Stackframe frame) → bool