StackTrace class

Call frames for assertions or error messages.

Constructors

StackTrace(Map<String, dynamic> json)

Properties

callFrames List<CallFrame>
no setter
description String?
String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
no setter
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
final
parent StackTrace?
Asynchronous JavaScript stack trace that preceded this stack, if available.
no setter
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
printFrames() List<String>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited