SentryPackage constructor

const SentryPackage(
  1. String name,
  2. String version
)

Creates an SentryPackage object that is part of the SDK.

Implementation

const SentryPackage(this.name, this.version);