menu
sentry package
documentation
sentry_io.dart
SentryMessage
SentryMessage const constructor
SentryMessage const constructor
dark_mode
light_mode
SentryMessage
constructor
const
SentryMessage
(
String
formatted
, {
String
?
template
,
List
?
params
,
Map
<
String
,
dynamic
>
?
unknown
,
})
Implementation
const SentryMessage( this.formatted, { this.template, this.params, this.unknown, });
sentry package
documentation
sentry_io
SentryMessage
SentryMessage const constructor
SentryMessage class