packages property

List<SentryPackage> packages

An immutable list of packages that compose this SDK.

Implementation

List<SentryPackage> get packages => List.unmodifiable(_packages);