SentryEnvelope constructor

SentryEnvelope(
  1. SentryEnvelopeHeader header,
  2. List<SentryEnvelopeItem> items, {
  3. bool containsUnhandledException = false,
})

Implementation

SentryEnvelope(this.header, this.items,
    {this.containsUnhandledException = false});