SentryPackage constructor

const SentryPackage(
  1. String name,
  2. String version, {
  3. Map<String, dynamic>? unknown,
})

Creates an SentryPackage object that is part of the SDK.

Implementation

const SentryPackage(this.name, this.version, {this.unknown});