CustomStackTrace class
Common StackTrace. It provides a console-style formatter.
- Inheritance
-
- Object
- StackTrace
- CustomStackTrace
- Available extensions
Constructors
- CustomStackTrace(StackTrace stackTrace, int skip)
Properties
-
allFrames
↔ List<
StackTraceFrame> -
includes skipped frames.
latefinal
- firstCaller → String
-
no setter
- firstShortLocation → String
-
no setter
-
frames
↔ List<
StackTraceFrame> -
does not include skipped frames.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skip → int
-
final
- skipped ↔ int
-
latefinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
) → Iterable< StackTraceFrame> -
Available on StackTrace, provided by the StackTraceUtils extension
Parses StackTrace to StackTraceFrames. -
toString(
) → String -
Returns a String representation of the stack trace.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited