BugsnagThread class

A representation of a native thread recorded in an BugsnagEvent. These typically map to native iOS and Android threads.

Constructors

BugsnagThread({String? id, String? name, String? state, bool? isErrorReportingThread, BugsnagErrorType type = BugsnagErrorType.dart, required BugsnagStacktrace stacktrace})
BugsnagThread.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The unique ID of the thread
getter/setter pair
isErrorReportingThread bool
Whether the thread was the thread that caused the event
getter/setter pair
name String?
The name of the thread
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stacktrace BugsnagStacktrace
A representation of the thread's stacktrace
no setter
state String?
The status of the thread
getter/setter pair
type BugsnagErrorType
The type of thread based on the originating platform (intended for internal use only)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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