DebugMeta class

The debug meta interface carries debug information for processing errors and crash reports.

Annotations
  • @immutable

Constructors

DebugMeta({SdkInfo? sdk, List<DebugImage>? images})

Properties

hashCode int
The hash code for this object.
no setterinherited
images List<DebugImage>
The immutable list of debug images contains all dynamic libraries loaded into the process and their memory addresses. Instruction addresses in the Stack Trace are mapped into the list of debug images in order to retrieve debug files for symbolication.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk SdkInfo?
An object describing the system SDK.
final

Methods

copyWith({SdkInfo? sdk, List<DebugImage>? images}) DebugMeta
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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