SentryEnvelope constructor
SentryEnvelope(
- SentryEnvelopeHeader header,
- List<
SentryEnvelopeItem> items, { - bool containsUnhandledException = false,
Implementation
SentryEnvelope(this.header, this.items,
{this.containsUnhandledException = false});