StackTraceResponseBody class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stackFrames
→ List<StackFrame>
-
The frames of the stack frame. If the array has length zero, there are no
stack frames available.
This means that there is no location information available.
final
-
totalFrames
→ int?
-
The total number of frames available in the stack. If omitted or if
totalFrames
is larger than the available frames, a client is expected to
request frames until a request returns less frames than requested (which
indicates the end of the stack). Returning monotonically increasing
totalFrames
values for subsequent requests can be used to enforce paging
in the client.
final