SentryPackage class
A SentryPackage part of the SDK.
- Annotations
-
- @immutable
Constructors
-
SentryPackage(String name, String version, {Map<
String, dynamic> ? unknown}) -
Creates an SentryPackage object that is part of the SDK.
const
-
SentryPackage.fromJson(Map<
String, dynamic> data) -
Deserializes a SentryPackage from JSON Map.
factory
Properties
Methods
-
copyWith(
{String? name, String? version}) → SentryPackage -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Produces a Map that can be serialized to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited