menu
sentry package
documentation
sentry_io.dart
SentryThread
SentryThread constructor
SentryThread constructor
dark_mode
light_mode
SentryThread
constructor
SentryThread
(
{
int
?
id
,
String
?
name
,
bool
?
crashed
,
bool
?
current
,
SentryStackTrace
?
stacktrace
,
Map
<
String
,
dynamic
>
?
unknown
,
})
Implementation
SentryThread({ this.id, this.name, this.crashed, this.current, this.stacktrace, this.unknown, });
sentry package
documentation
sentry_io
SentryThread
SentryThread constructor
SentryThread class