SentryEnvelopeItem constructor

SentryEnvelopeItem(
  1. SentryEnvelopeItemHeader header,
  2. Future<List<int>> dataFactory(), {
  3. Object? originalObject,
})

Implementation

SentryEnvelopeItem(this.header, this.dataFactory, {this.originalObject});