StackTraceFrame class
Parsed from lines in StackTrace.
Constructors
- StackTraceFrame({required String caller, required int index, required String location, bool isAsynchronousSuspension = false})
-
const
- StackTraceFrame.asynchronousSuspension()
-
const
Properties
- caller → String
-
Function name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
The number after
#
. Starts from0
.final - isAsynchronousSuspension → bool
-
It is not a frame and it displays kAsynchronousSuspension.
final
- location → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited